Searched refs:tcp_zero_window_probe (Results 1 – 12 of 12) sorted by relevance
451 void tcp_zero_window_probe(struct tcp_pcb *pcb);
461 err_t tcp_zero_window_probe(struct tcp_pcb *pcb);
475 err_t tcp_zero_window_probe(struct tcp_pcb *pcb);
840 tcp_zero_window_probe(pcb); in tcp_slowtmr()
1420 tcp_zero_window_probe(struct tcp_pcb *pcb) in tcp_zero_window_probe() function
1586 tcp_zero_window_probe(struct tcp_pcb *pcb) in tcp_zero_window_probe() function
1037 if (tcp_zero_window_probe(pcb) == ERR_OK) { in tcp_slowtmr()
1249 if (tcp_zero_window_probe(pcb) != ERR_OK) { in tcp_slowtmr()
2116 tcp_zero_window_probe(struct tcp_pcb *pcb) in tcp_zero_window_probe() function
198 * tcp_out.c: fixed bug #34426: tcp_zero_window_probe() transmits incorrect310 calculate it in tcp_zero_window_probe (the only place where it was used).
1154 * tcp_out.c: fixed bug #34426: tcp_zero_window_probe() transmits incorrect1266 calculate it in tcp_zero_window_probe (the only place where it was used).
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).
Completed in 82 milliseconds