Home
last modified time | relevance | path

Searched refs:TCP_SND_QUEUELEN (Results 1 – 8 of 8) sorted by relevance

/third_party/lwip/src/core/
Dinit.c157 #if (LWIP_TCP && (TCP_SND_QUEUELEN > 0xffff))
160 #if (LWIP_TCP && (TCP_SND_QUEUELEN < 2))
300 #if !MEMP_MEM_MALLOC && (MEMP_NUM_TCP_SEG < TCP_SND_QUEUELEN)
306 #if TCP_SND_QUEUELEN < (2 * (TCP_SND_BUF / TCP_MSS))
315 #if TCP_SNDQUEUELOWAT >= TCP_SND_QUEUELEN
Dtcp_out.c345 if (pcb->snd_queuelen >= LWIP_MIN(TCP_SND_QUEUELEN, (TCP_SNDQUEUELEN_OVERFLOW + 1))) { in tcp_write_checks()
347 pcb->snd_queuelen, (u16_t)TCP_SND_QUEUELEN)); in tcp_write_checks()
671 if (queuelen > LWIP_MIN(TCP_SND_QUEUELEN, TCP_SNDQUEUELEN_OVERFLOW)) { in tcp_write()
673 queuelen, (int)TCP_SND_QUEUELEN)); in tcp_write()
/third_party/lwip/test/fuzz/
Dlwipopts.h63 #define TCP_SND_QUEUELEN 40 macro
64 #define MEMP_NUM_TCP_SEG TCP_SND_QUEUELEN
/third_party/lwip/test/unit/
Dlwipopts.h59 #define TCP_SND_QUEUELEN 40 macro
60 #define MEMP_NUM_TCP_SEG TCP_SND_QUEUELEN
/third_party/lwip/src/include/lwip/
Dopt.h1321 #if !defined TCP_SND_QUEUELEN || defined __DOXYGEN__
1322 #define TCP_SND_QUEUELEN ((4 * (TCP_SND_BUF) + (TCP_MSS - 1))/(TCP_MSS)) macro
1340 #define TCP_SNDQUEUELOWAT LWIP_MAX(((TCP_SND_QUEUELEN)/2), 5)
/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h104 … ((tcp_sndbuf(tpcb) == 0) || (tcp_sndqueuelen(tpcb) >= TCP_SND_QUEUELEN)) \
/third_party/lwip/src/apps/http/
Dhttpd.c559 (altcp_sndqueuelen(pcb) >= TCP_SND_QUEUELEN)) { in http_write()
/third_party/lwip/
DCHANGELOG1016 * tcp_out.c: fixed bug #43192 tcp_enqueue_flags() should not check TCP_SND_QUEUELEN
1835 * dns.c: Fixed bug #31535: TCP_SND_QUEUELEN must be at least 2 or else