Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dtcp_impl.h436 void tcp_zero_window_probe(struct tcp_pcb *pcb);
/external/syslinux/core/lwip/src/core/
Dtcp.c794 tcp_zero_window_probe(pcb); in tcp_slowtmr()
Dtcp_out.c1399 tcp_zero_window_probe(struct tcp_pcb *pcb) in tcp_zero_window_probe() function
/external/syslinux/core/lwip/
DCHANGELOG21 calculate it in tcp_zero_window_probe (the only place where it was used).