Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/include/lwip/
A Daltcp.h192 #define altcp_sndqueuelen tcp_sndqueuelen
A Dtcp.h436 #define tcp_sndqueuelen(pcb) ((pcb)->snd_queuelen) macro
/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.c411 return tcp_sndqueuelen(pcb); in altcp_tcp_sndqueuelen()
/lib/lwip/lwip/src/api/
A Dapi_msg.c384 (tcp_sndqueuelen(conn->pcb.tcp) < TCP_SNDQUEUELOWAT)) {
418 (tcp_sndqueuelen(conn->pcb.tcp) < TCP_SNDQUEUELOWAT)) {
1740 (tcp_sndqueuelen(conn->pcb.tcp) >= TCP_SNDQUEUELOWAT)) {
/lib/lwip/lwip/
A DCHANGELOG1792 to TCP_SNDLOWAT and added tcp_sndqueuelen() - this fixes bug #28605

Completed in 21 milliseconds