Searched refs:ns_c_in (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOS9/
H A DSearcher.c31 #define ns_c_in 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/Libc-1044.1.2/include/arpa/
H A Dnameser_compat.h183 #define C_IN ns_c_in
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Ddnssrv.c210 len = res_query(request, ns_c_in, ns_t_srv, reply, sizeof(reply));
/macosx-10.10/Libinfo-459/lookup.subproj/
H A Dmdns_module.c433 status = _mdns_search(name, ns_c_in, type, interface, flags, NULL, NULL, &reply);
499 status = _mdns_search(name, ns_c_in, ns_t_ptr, interface, flags, NULL, NULL, &reply);
606 res = _mdns_search(node, ns_c_in, type, interface, dns_flags, NULL, NULL, &reply);
633 res = _mdns_search(qname, ns_c_in, ns_t_srv, interface, flags, NULL, NULL, &reply);
/macosx-10.10/libresolv-57/
H A Dnameser.h339 ns_c_in = 1, /* Internet. */ enumerator in enum:__ns_class
H A Dres_debug.c368 {ns_c_in, "IN", (char *)0},
374 {ns_c_in, (char *)0, (char *)0}
H A Ddns_util.c1532 case ns_c_in: return "IN";
1549 if (!strcasecmp(c, "IN")) { *n = ns_c_in; return 0; }
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/
H A Dconfigure18571 len = res_query(request, ns_c_in, ns_t_srv, reply, sizeof(reply));
18677 len = res_query(request, ns_c_in, ns_t_srv, reply, sizeof(reply));
18783 len = res_query(request, ns_c_in, ns_t_srv, reply, sizeof(reply));
[all...]

Completed in 140 milliseconds