Home
last modified time | relevance | path

Searched refs:tcp_sndbuf (Results 1 – 6 of 6) sorted by relevance

/lib/lwip/lwip/src/include/lwip/
A Daltcp.h191 #define altcp_sndbuf tcp_sndbuf
A Dtcp.h434 #define tcp_sndbuf(pcb) (TCPWND16((pcb)->snd_buf)) macro
/lib/lwip/lwip/contrib/apps/tcpecho_raw/
A Dtcpecho_raw.c105 (es->p->len <= tcp_sndbuf(tpcb))) { in tcpecho_raw_send()
/lib/lwip/lwip/src/api/
A Dapi_msg.c383 if ((conn->pcb.tcp != NULL) && (tcp_sndbuf(conn->pcb.tcp) > TCP_SNDLOWAT) &&
417 if ((conn->pcb.tcp != NULL) && (tcp_sndbuf(conn->pcb.tcp) > TCP_SNDLOWAT) &&
1689 available = tcp_sndbuf(conn->pcb.tcp);
1739 } else if ((tcp_sndbuf(conn->pcb.tcp) <= TCP_SNDLOWAT) ||
/lib/lwip/lwip/src/include/lwip/priv/
A Dtcp_priv.h104 … ((tcp_sndbuf(tpcb) == 0) || (tcp_sndqueuelen(tpcb) >= TCP_SND_QUEUELEN)) \
/lib/lwip/lwip/src/core/
A Daltcp_tcp.c399 return tcp_sndbuf(pcb); in altcp_tcp_sndbuf()

Completed in 23 milliseconds