Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/priv/
H A Dtcp_priv.h86 void tcp_rexmit_rto (struct tcp_pcb *pcb);
/third_party/lwip/src/core/
H A Dtcp_out.c1660 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_rexmit_rto: segment busy\n")); in tcp_rexmit_rto_prepare()
1665 LWIP_DEBUGF(TCP_RTO_DEBUG, ("tcp_rexmit_rto: segment busy\n")); in tcp_rexmit_rto_prepare()
1720 tcp_rexmit_rto(struct tcp_pcb *pcb) in tcp_rexmit_rto() function
1722 LWIP_ASSERT("tcp_rexmit_rto: invalid pcb", pcb != NULL); in tcp_rexmit_rto()
H A Dtcp_in.c916 /* might happen if tcp_output fails in tcp_rexmit_rto()
953 tcp_rexmit_rto(pcb);

Completed in 6 milliseconds