Searched refs:tcp_zero_window_probe (Results 1 – 4 of 4) sorted by relevance
475 err_t tcp_zero_window_probe(struct tcp_pcb *pcb);
1250 if (tcp_zero_window_probe(pcb) != ERR_OK) { in tcp_slowtmr()
2117 tcp_zero_window_probe(struct tcp_pcb *pcb) in tcp_zero_window_probe() function
1407 * tcp_out.c: fixed bug #34426: tcp_zero_window_probe() transmits incorrect1519 calculate it in tcp_zero_window_probe (the only place where it was used).