Searched refs:is_fin (Results 1 – 1 of 1) sorted by relevance
1420 u8_t is_fin; in tcp_zero_window_probe() local1442 is_fin = ((TCPH_FLAGS(seg->tcphdr) & TCP_FIN) != 0) && (seg->len == 0); in tcp_zero_window_probe()1444 len = is_fin ? 0 : 1; in tcp_zero_window_probe()1453 if (is_fin) { in tcp_zero_window_probe()
Completed in 4 milliseconds