Home
last modified time | relevance | path

Searched refs:TCP_SNDQUEUELEN_OVERFLOW (Results 1 – 2 of 2) sorted by relevance

/minix/minix/lib/liblwip/dist/src/include/lwip/
H A Dtcp.h272 #define TCP_SNDQUEUELEN_OVERFLOW (0xffffU-3) macro
/minix/minix/lib/liblwip/dist/src/core/
H A Dtcp_out.c333 if ((pcb->snd_queuelen >= TCP_SND_QUEUELEN) || (pcb->snd_queuelen > TCP_SNDQUEUELEN_OVERFLOW)) { in tcp_write_checks()
621 if ((queuelen > TCP_SND_QUEUELEN) || (queuelen > TCP_SNDQUEUELEN_OVERFLOW)) { in tcp_write()
798 if (((pcb->snd_queuelen >= TCP_SND_QUEUELEN) || (pcb->snd_queuelen > TCP_SNDQUEUELEN_OVERFLOW)) && in tcp_enqueue_flags()