Home
last modified time | relevance | path

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

/lib/liblwip/test/unit/tcp/
Dtest_tcp_oos.c734 int first_dropped = 0xff; in test_tcp_recv_ooseq_double_FINs() local
765 first_dropped = 1; in test_tcp_recv_ooseq_double_FINs()
778 if(first_dropped > 2) { in test_tcp_recv_ooseq_double_FINs()
779 first_dropped = 2; in test_tcp_recv_ooseq_double_FINs()
785 if (first_dropped < 2) { in test_tcp_recv_ooseq_double_FINs()
799 if(first_dropped > 3) { in test_tcp_recv_ooseq_double_FINs()
800 first_dropped = 3; in test_tcp_recv_ooseq_double_FINs()
806 if (first_dropped < 3) { in test_tcp_recv_ooseq_double_FINs()
822 if(first_dropped > 4) { in test_tcp_recv_ooseq_double_FINs()
823 first_dropped = 4; in test_tcp_recv_ooseq_double_FINs()
[all …]