Searched refs:DNS_IPv6_AAAA (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/libevent/include/event2/
H A Ddns.h178 #define DNS_IPv6_AAAA 3 macro
194 * - type is either DNS_IPv4_A or DNS_PTR or DNS_IPv6_AAAA
/freebsd-13-stable/contrib/ntp/sntp/libevent/include/event2/
H A Ddns.h178 #define DNS_IPv6_AAAA 3 macro
194 * - type is either DNS_IPv4_A or DNS_PTR or DNS_IPv6_AAAA
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_dns.c102 case DNS_IPv6_AAAA: {
174 tt_int_op(dns_ok, ==, DNS_IPv6_AAAA);
323 case DNS_IPv6_AAAA: {
489 else if (type == DNS_IPv6_AAAA)
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_dns.c100 case DNS_IPv6_AAAA: {
172 tt_int_op(dns_ok, ==, DNS_IPv6_AAAA);
321 case DNS_IPv6_AAAA: {
487 else if (type == DNS_IPv6_AAAA)
/freebsd-13-stable/contrib/libevent/
H A Devdns.c811 cb->user_callback(DNS_ERR_NONE, DNS_IPv6_AAAA,
4403 EVUTIL_ASSERT(req->type == DNS_IPv4_A || req->type == DNS_IPv6_AAAA);
4499 EVUTIL_ASSERT(type == DNS_IPv4_A || type == DNS_IPv6_AAAA);
4697 data->ipv6_request.type = DNS_IPv6_AAAA;
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Devdns.c811 cb->user_callback(DNS_ERR_NONE, DNS_IPv6_AAAA,
4400 EVUTIL_ASSERT(req->type == DNS_IPv4_A || req->type == DNS_IPv6_AAAA);
4488 EVUTIL_ASSERT(type == DNS_IPv4_A || type == DNS_IPv6_AAAA);
4686 data->ipv6_request.type = DNS_IPv6_AAAA;

Completed in 86 milliseconds