Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/priv/
H A Dtcp_priv.h84 err_t tcp_rexmit_rto_prepare(struct tcp_pcb *pcb);
/third_party/lwip/src/core/
H A Dtcp_out.c1644 tcp_rexmit_rto_prepare(struct tcp_pcb *pcb) in tcp_rexmit_rto_prepare() function
1648 LWIP_ASSERT("tcp_rexmit_rto_prepare: invalid pcb", pcb != NULL); in tcp_rexmit_rto_prepare()
1724 if (tcp_rexmit_rto_prepare(pcb) == ERR_OK) { in tcp_rexmit_rto()
H A Dtcp.c1461 if ((tcp_rexmit_rto_prepare(pcb) == ERR_OK) || ((pcb->unacked == NULL) && (pcb->unsent != NULL))) {

Completed in 8 milliseconds