Home
last modified time | relevance | path

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

/third_party/lwip/test/unit/tcp/
Dtest_tcp_oos.c814 int first_dropped = 0xff; in test_tcp_recv_ooseq_double_FINs() local
842 first_dropped = 1; in test_tcp_recv_ooseq_double_FINs()
854 if(first_dropped > 2) { in test_tcp_recv_ooseq_double_FINs()
855 first_dropped = 2; in test_tcp_recv_ooseq_double_FINs()
860 if (first_dropped < 2) { in test_tcp_recv_ooseq_double_FINs()
874 if(first_dropped > 3) { in test_tcp_recv_ooseq_double_FINs()
875 first_dropped = 3; in test_tcp_recv_ooseq_double_FINs()
880 if (first_dropped < 3) { in test_tcp_recv_ooseq_double_FINs()
896 if(first_dropped > 4) { in test_tcp_recv_ooseq_double_FINs()
897 first_dropped = 4; in test_tcp_recv_ooseq_double_FINs()
[all …]