Searched refs:evdns_base_set_option (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devdns.c3417 evdns_base_set_option(struct evdns_base *base, function
3523 return evdns_base_set_option(current_base, option, val);
/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
H A Ddns.h437 int evdns_base_set_option(struct evdns_base *base, const char *option, const char *val);
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_dns.c709 tt_assert(! evdns_base_set_option(dns, "timeout", "0.2"));
710 tt_assert(! evdns_base_set_option(dns, "max-timeouts:", "10"));
711 tt_assert(! evdns_base_set_option(dns, "initial-probe-timeout", "0.1"));
730 tt_assert(! evdns_base_set_option(dns, "max-timeouts:", "2"));
731 tt_assert(! evdns_base_set_option(dns, "attempts:", "3"));
810 tt_assert(! evdns_base_set_option(dns, "timeout:", "0.3"));
811 tt_assert(! evdns_base_set_option(dns, "max-timeouts:", "2"));
812 tt_assert(! evdns_base_set_option(dns, "attempts:", "5"));
889 tt_assert(! evdns_base_set_option(dns, "max-inflight:", "3"));
890 tt_assert(! evdns_base_set_option(dn
[all...]

Completed in 119 milliseconds