Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dtcp_out.c2124 u8_t is_fin; in tcp_zero_window_probe() local
2154 is_fin = ((TCPH_FLAGS(seg->tcphdr) & TCP_FIN) != 0) && (seg->len == 0); in tcp_zero_window_probe()
2156 len = is_fin ? 0 : 1; in tcp_zero_window_probe()
2165 if (is_fin) { in tcp_zero_window_probe()