Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Daltcp.h191 #define altcp_sndqueuelen tcp_sndqueuelen
Dtcp.h445 #define tcp_sndqueuelen(pcb) ((pcb)->snd_queuelen) macro
/third_party/lwip/src/api/
Dapi_msg.c381 (tcp_sndqueuelen(conn->pcb.tcp) < TCP_SNDQUEUELOWAT)) {
411 (tcp_sndqueuelen(conn->pcb.tcp) < TCP_SNDQUEUELOWAT)) {
444 (tcp_sndqueuelen(conn->pcb.tcp) < TCP_SNDQUEUELOWAT)) {
1795 (tcp_sndqueuelen(conn->pcb.tcp) >= TCP_SNDQUEUELOWAT)) {
/third_party/lwip/src/core/
Daltcp_tcp.c410 return tcp_sndqueuelen(pcb); in altcp_tcp_sndqueuelen()
/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h104 … ((tcp_sndbuf(tpcb) == 0) || (tcp_sndqueuelen(tpcb) >= TCP_SND_QUEUELEN)) \
/third_party/lwip/
DCHANGELOG1705 to TCP_SNDLOWAT and added tcp_sndqueuelen() - this fixes bug #28605