Home
last modified time | relevance | path

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

/NextBSD/lib/libc/resolv/
HDres_findzonecut.c463 n = do_query(statp, nsrr->name, class, ns_t_a, in get_glue()
596 if ((ns_rr_type(rr) != ns_t_a && in save_a()
604 if ((opts & RES_IPV4ONLY) != 0 && ns_rr_type(rr) != ns_t_a) in save_a()
614 case ns_t_a: in save_a()
HDres_debug.c460 {ns_t_a, "A", "address"},
/NextBSD/lib/libosxsupport/
HDmdns_module.c418 type = ns_t_a; in mdns_hostbyname()
568 type = ns_t_a; in mdns_addrinfo()
1043 if (type == ns_t_a) ctx->host = reply->h4; in _mdns_query_start()
1103 case ns_t_a: in _mdns_query_is_complete()
1190 case ns_t_a: in _mdns_query_callback()
1192 if (((rrtype == ns_t_a && context->host->host.h_addrtype == AF_INET) || in _mdns_query_callback()
1485 (type == 0) ? ns_t_a : type, interface, flags, kq); in _mdns_search()
1557 if (ctx[i].type == ns_t_a) { in _mdns_search()
/NextBSD/include/arpa/
HDnameser_compat.h142 #define T_A ns_t_a
HDnameser.h291 ns_t_a = 1, /*%< Host address. */ enumerator
/NextBSD/lib/libc/nameser/
HDns_print.c161 case ns_t_a: in ns_sprintrrf()