Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h83 err_t tcp_rexmit (struct tcp_pcb *pcb);
/third_party/lwip/src/core/
Dtcp_out.c1725 tcp_rexmit(struct tcp_pcb *pcb) in tcp_rexmit() function
1795 if (tcp_rexmit(pcb) == ERR_OK) { in tcp_rexmit_fast()
Dtcp_in.c977 tcp_rexmit(pcb);
/third_party/lwip/
DCHANGELOG2502 right place in tcp_output and tcp_rexmit).