Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Daltcp.h191 #define altcp_sndqueuelen tcp_sndqueuelen
H A Dtcp.h436 #define tcp_sndqueuelen(pcb) ((pcb)->snd_queuelen) macro
/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dtcp_priv.h104 … ((tcp_sndbuf(tpcb) == 0) || (tcp_sndqueuelen(tpcb) >= TCP_SND_QUEUELEN)) \
/btstack/3rd-party/lwip/core/src/core/
H A Daltcp_tcp.c407 return tcp_sndqueuelen(pcb); in altcp_tcp_sndqueuelen()
/btstack/3rd-party/lwip/core/src/api/
H A Dapi_msg.c381 (tcp_sndqueuelen(conn->pcb.tcp) < TCP_SNDQUEUELOWAT)) {
415 (tcp_sndqueuelen(conn->pcb.tcp) < TCP_SNDQUEUELOWAT)) {
1739 (tcp_sndqueuelen(conn->pcb.tcp) >= TCP_SNDQUEUELOWAT)) {
/btstack/3rd-party/lwip/core/
H A DCHANGELOG1695 to TCP_SNDLOWAT and added tcp_sndqueuelen() - this fixes bug #28605