Home
last modified time | relevance | path

Searched refs:tcp_rexmit (Results 1 – 4 of 4) sorted by relevance

/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dtcp_priv.h83 err_t tcp_rexmit (struct tcp_pcb *pcb);
/btstack/3rd-party/lwip/core/src/core/
H A Dtcp_out.c1724 tcp_rexmit(struct tcp_pcb *pcb) in tcp_rexmit() function
1794 if (tcp_rexmit(pcb) == ERR_OK) { in tcp_rexmit_fast()
H A Dtcp_in.c980 tcp_rexmit(pcb);
/btstack/3rd-party/lwip/core/
H A DCHANGELOG2492 right place in tcp_output and tcp_rexmit).