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/
Dtcp_priv.h84 err_t tcp_rexmit_rto_prepare(struct tcp_pcb *pcb);
/third_party/lwip/src/core/
Dtcp_out.c1632 tcp_rexmit_rto_prepare(struct tcp_pcb *pcb) in tcp_rexmit_rto_prepare() function
1712 if (tcp_rexmit_rto_prepare(pcb) == ERR_OK) { in tcp_rexmit_rto()
Dtcp.c1284 …if ((tcp_rexmit_rto_prepare(pcb) == ERR_OK) || ((pcb->unacked == NULL) && (pcb->unsent != NULL))) { in tcp_slowtmr()