Searched refs:ns_t_a (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOS9/
H A DSearcher.c32 #define ns_t_a 1 macro
111 if (rrclass == ns_c_in && rrtype == ns_t_a && rdlen == sizeof(info->address))
139 DNSServiceQueryRecord(&info->sdRef, 0, 0, info->host, ns_t_a, ns_c_in, FoundInstanceAddress, info);
/macosx-10.10.1/Libc-1044.1.2/include/arpa/
H A Dnameser_compat.h141 #define T_A ns_t_a
/macosx-10.10.1/libresolv-57/
H A Dres_findzonecut.c442 n = do_query(statp, nsrr->name, class, ns_t_a,
570 if ((ns_rr_type(rr) != ns_t_a && ns_rr_type(rr) != ns_t_aaaa) ||
577 if ((opts & RES_IPV4ONLY) != 0 && ns_rr_type(rr) != ns_t_a)
587 case ns_t_a:
H A Ddns_util.c363 case ns_t_a:
891 case ns_t_a:
1105 case ns_t_a:
1138 case ns_t_a:
1413 case ns_t_a: return "A ";
1473 if (!strcasecmp(t, "A")) { *n = ns_t_a; return 0; }
1590 case ns_t_a:
H A Dnameser.h270 ns_t_a = 1, /* Host address. */ enumerator in enum:__ns_type
H A Dns_print.c168 case ns_t_a:
H A Dres_debug.c426 {ns_t_a, "A", "address"},
H A Dres_mkupdate.c225 case ns_t_a:
/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dmdns_module.c418 type = ns_t_a;
568 type = ns_t_a;
1043 if (type == ns_t_a) ctx->host = reply->h4;
1103 case ns_t_a:
1190 case ns_t_a:
1192 if (((rrtype == ns_t_a && context->host->host.h_addrtype == AF_INET) ||
1485 (type == 0) ? ns_t_a : type, interface, flags, kq);
1557 if (ctx[i].type == ns_t_a) {

Completed in 346 milliseconds