Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dtcp_priv.h84 err_t tcp_rexmit_rto_prepare(struct tcp_pcb *pcb);
/btstack/3rd-party/lwip/core/src/core/
H A Dtcp_out.c1631 tcp_rexmit_rto_prepare(struct tcp_pcb *pcb) in tcp_rexmit_rto_prepare() function
1711 if (tcp_rexmit_rto_prepare(pcb) == ERR_OK) { in tcp_rexmit_rto()
H A Dtcp.c1287 …if ((tcp_rexmit_rto_prepare(pcb) == ERR_OK) || ((pcb->unacked == NULL) && (pcb->unsent != NULL))) { in tcp_slowtmr()