Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/sntp/libevent/include/event2/
HDdns.h174 #define DNS_ERR_NODATA 70 macro
/NextBSD/contrib/ntp/sntp/libevent/test/
HDregress_dns.c574 tt_int_op(r[5].result, ==, DNS_ERR_NODATA); in dns_search_test()
578 tt_int_op(r[7].result, ==, DNS_ERR_NODATA); in dns_search_test()
/NextBSD/contrib/ntp/sntp/libevent/
HDevdns.c891 error = DNS_ERR_NODATA; in reply_handle()
4004 case DNS_ERR_NODATA: return "no records in the reply"; in evdns_err_to_string()
HDChangeLog852 o Add DNS_ERR_NODATA error code to handle empty replies. (94fba5b Leonid Evdokimov)
HDChangeLog-2.0183 o Add DNS_ERR_NODATA error code to handle empty replies. (94fba5b Leonid Evdokimov)