Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Daltcp.h190 #define altcp_sndbuf tcp_sndbuf
Dtcp.h443 #define tcp_sndbuf(pcb) (TCPWND16((pcb)->snd_buf)) macro
/third_party/lwip/src/api/
Dapi_msg.c380 if ((conn->pcb.tcp != NULL) && (tcp_sndbuf(conn->pcb.tcp) > TCP_SNDLOWAT) &&
410 if ((conn->pcb.tcp != NULL) && (tcp_sndbuf(conn->pcb.tcp) > TCP_SNDLOWAT) &&
443 if ((conn->pcb.tcp != NULL) && (tcp_sndbuf(conn->pcb.tcp) > TCP_SNDLOWAT) &&
1744 available = tcp_sndbuf(conn->pcb.tcp);
1794 } else if ((tcp_sndbuf(conn->pcb.tcp) <= TCP_SNDLOWAT) ||
/third_party/lwip/src/core/
Daltcp_tcp.c398 return tcp_sndbuf(pcb); in altcp_tcp_sndbuf()
/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h104 … ((tcp_sndbuf(tpcb) == 0) || (tcp_sndqueuelen(tpcb) >= TCP_SND_QUEUELEN)) \