Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/core/
A Dtcp_out.c503 pcb->unsent_oversize == last_unsent->oversize_left); in tcp_write()
505 oversize = pcb->unsent_oversize; in tcp_write()
590 pcb->unsent_oversize == 0); in tcp_write()
731 pcb->unsent_oversize = oversize; in tcp_write()
980 pcb->unsent_oversize = 0; in tcp_split_unsent_seg()
1113 pcb->unsent_oversize = 0; in tcp_enqueue_flags()
1409 pcb->unsent_oversize = 0; in tcp_output()
1656 pcb->unsent_oversize = seg->oversize_left; in tcp_rexmit_rto_prepare()
1754 pcb->unsent_oversize = 0; in tcp_rexmit()
A Dtcp.c2175 pcb->unsent_oversize = 0; in tcp_pcb_purge()
A Dtcp_in.c1311 pcb->unsent_oversize = 0;
/lib/lwip/lwip/src/include/lwip/
A Dtcp.h332 u16_t unsent_oversize; member
/lib/lwip/lwip/test/unit/tcp/
A Dtest_tcp.c1563 EXPECT(pcb->unsent_oversize == TCP_MSS / 4); in START_TEST()
1565 EXPECT(pcb->unsent->oversize_left == pcb->unsent_oversize); in START_TEST()
1610 EXPECT(pcb->unsent_oversize == 0); in START_TEST()
1615 EXPECT(pcb->unsent->oversize_left == pcb->unsent_oversize); in START_TEST()
/lib/lwip/lwip/
A DCHANGELOG1203 * tcp_out.c: patch #8237: tcp_rexmit_rto fails to update pcb->unsent_oversize
1378 * tcp_out.c: fixed bug: #36380 unsent_oversize mismatch in 1.4.1RC1 (this was
1501 * tcp_in.c, tcp_out.c: Reset pcb->unsent_oversize in 2 more places...

Completed in 34 milliseconds