Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dtcp_out.c500 pcb->unsent_oversize == last_unsent->oversize_left); in tcp_write()
502 oversize = pcb->unsent_oversize; in tcp_write()
587 pcb->unsent_oversize == 0); in tcp_write()
728 pcb->unsent_oversize = oversize; in tcp_write()
976 pcb->unsent_oversize = 0; in tcp_split_unsent_seg()
1109 pcb->unsent_oversize = 0; in tcp_enqueue_flags()
1413 pcb->unsent_oversize = 0; in tcp_output()
1660 pcb->unsent_oversize = seg->oversize_left; in tcp_rexmit_rto_prepare()
1758 pcb->unsent_oversize = 0; in tcp_rexmit()
Dtcp.c2165 pcb->unsent_oversize = 0; in tcp_pcb_purge()
Dtcp_in.c1305 pcb->unsent_oversize = 0;
/third_party/lwip/src/include/lwip/
Dtcp.h332 u16_t unsent_oversize; member
/third_party/lwip/test/unit/tcp/
Dtest_tcp.c1558 EXPECT(pcb->unsent_oversize == TCP_MSS / 4); in START_TEST()
1560 EXPECT(pcb->unsent->oversize_left == pcb->unsent_oversize); in START_TEST()
1605 EXPECT(pcb->unsent_oversize == 0); in START_TEST()
1610 EXPECT(pcb->unsent->oversize_left == pcb->unsent_oversize); in START_TEST()
/third_party/lwip/
DCHANGELOG1116 * tcp_out.c: patch #8237: tcp_rexmit_rto fails to update pcb->unsent_oversize
1291 * tcp_out.c: fixed bug: #36380 unsent_oversize mismatch in 1.4.1RC1 (this was
1414 * tcp_in.c, tcp_out.c: Reset pcb->unsent_oversize in 2 more places...