Home
last modified time | relevance | path

Searched refs:tcp_rexmit (Results 1 - 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/priv/
H A Dtcp_priv.h83 err_t tcp_rexmit (struct tcp_pcb *pcb);
/third_party/lwip/src/core/
H A Dtcp_out.c17 * - the various tcp_rexmit functions shuffle around segments between the
1737 tcp_rexmit(struct tcp_pcb *pcb) in tcp_rexmit() function
1742 LWIP_ASSERT("tcp_rexmit: invalid pcb", pcb != NULL); in tcp_rexmit()
1753 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_rexmit busy\n")); in tcp_rexmit()
1807 if (tcp_rexmit(pcb) == ERR_OK) { in tcp_rexmit_fast()
H A Dtcp_in.c1011 tcp_rexmit(pcb);

Completed in 7 milliseconds