Home
last modified time | relevance | path

Searched refs:unsent_oversize (Results 1 – 5 of 5) sorted by relevance

/lib/liblwip/src/core/
Dtcp_out.c445 pcb->unsent_oversize == last_unsent->oversize_left); in tcp_write()
447 oversize = pcb->unsent_oversize; in tcp_write()
512 pcb->unsent_oversize == 0); in tcp_write()
643 pcb->unsent_oversize = oversize; in tcp_write()
797 pcb->unsent_oversize = 0; in tcp_enqueue_flags()
1034 pcb->unsent_oversize = 0; in tcp_output()
1299 pcb->unsent_oversize = 0; in tcp_rexmit()
Dtcp.c1526 pcb->unsent_oversize = 0; in tcp_pcb_purge()
Dtcp_in.c1066 pcb->unsent_oversize = 0; in tcp_receive()
/lib/liblwip/src/include/lwip/
Dtcp.h238 u16_t unsent_oversize; member
/lib/liblwip/
DCHANGELOG92 * tcp_out.c: fixed bug: #36380 unsent_oversize mismatch in 1.4.1RC1 (this was
215 * tcp_in.c, tcp_out.c: Reset pcb->unsent_oversize in 2 more places...