Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dtcp.h327 #define tcp_sndqueuelen(pcb) ((pcb)->snd_queuelen) macro
Dtcp_impl.h88 … ((tcp_sndbuf(tpcb) == 0) || (tcp_sndqueuelen(tpcb) >= TCP_SND_QUEUELEN)) \
/lib/liblwip/src/api/
Dapi_msg.c296 (tcp_sndqueuelen(conn->pcb.tcp) < TCP_SNDQUEUELOWAT)) {
330 (tcp_sndqueuelen(conn->pcb.tcp) < TCP_SNDQUEUELOWAT)) {
1280 (tcp_sndqueuelen(conn->pcb.tcp) >= TCP_SNDQUEUELOWAT)) {
/lib/liblwip/
DCHANGELOG506 to TCP_SNDLOWAT and added tcp_sndqueuelen() - this fixes bug #28605