Searched refs:queuelen (Results 1 – 1 of 1) sorted by relevance
359 u16_t queuelen; in tcp_write() local389 queuelen = pcb->snd_queuelen; in tcp_write()507 queuelen += pbuf_clen(concat_p); in tcp_write()575 queuelen += pbuf_clen(p); in tcp_write()580 if ((queuelen > TCP_SND_QUEUELEN) || (queuelen > TCP_SNDQUEUELEN_OVERFLOW)) { in tcp_write()581 …P_OUTPUT_DEBUG | 2, ("tcp_write: queue too long %"U16_F" (%"U16_F")\n", queuelen, TCP_SND_QUEUELEN… in tcp_write()678 pcb->snd_queuelen = queuelen; in tcp_write()
Completed in 4 milliseconds