Searched refs:drop_count (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/bsd/libevent/dist/test/ |
| D | regress_dns.c | 737 int drop_count = 2; in dns_retry_test_impl() local 744 fail_server_cb, &drop_count); in dns_retry_test_impl() 762 tt_int_op(drop_count, ==, 0); in dns_retry_test_impl() 770 drop_count = 4; in dns_retry_test_impl() 787 tt_int_op(drop_count, ==, 0); in dns_retry_test_impl()
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libevent/test/ |
| D | regress_dns.c | 735 int drop_count = 2; in dns_retry_test_impl() local 742 fail_server_cb, &drop_count); in dns_retry_test_impl() 760 tt_int_op(drop_count, ==, 0); in dns_retry_test_impl() 768 drop_count = 4; in dns_retry_test_impl() 785 tt_int_op(drop_count, ==, 0); in dns_retry_test_impl()
|