Searched refs:unsent_oversize (Results 1 – 6 of 6) sorted by relevance
503 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()
2175 pcb->unsent_oversize = 0; in tcp_pcb_purge()
1311 pcb->unsent_oversize = 0;
332 u16_t unsent_oversize; member
1563 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()
1203 * tcp_out.c: patch #8237: tcp_rexmit_rto fails to update pcb->unsent_oversize1378 * tcp_out.c: fixed bug: #36380 unsent_oversize mismatch in 1.4.1RC1 (this was1501 * tcp_in.c, tcp_out.c: Reset pcb->unsent_oversize in 2 more places...
Completed in 34 milliseconds