Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h475 err_t tcp_zero_window_probe(struct tcp_pcb *pcb);
/third_party/lwip/src/core/
Dtcp.c1250 if (tcp_zero_window_probe(pcb) != ERR_OK) { in tcp_slowtmr()
Dtcp_out.c2117 tcp_zero_window_probe(struct tcp_pcb *pcb) in tcp_zero_window_probe() function
/third_party/lwip/
DCHANGELOG1407 * tcp_out.c: fixed bug #34426: tcp_zero_window_probe() transmits incorrect
1519 calculate it in tcp_zero_window_probe (the only place where it was used).