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

/macosx-10.10/Libc-1044.1.2/include/arpa/
H A Dnameser_compat.h152 #define T_PTR ns_t_ptr
/macosx-10.10/Libinfo-459/lookup.subproj/
H A Dmdns_module.c499 status = _mdns_search(name, ns_c_in, ns_t_ptr, interface, flags, NULL, NULL, &reply);
1045 else if (type == ns_t_ptr && reply->h4) ctx->host = reply->h4;
1046 else if (type == ns_t_ptr && reply->h6) ctx->host = reply->h6;
1107 case ns_t_ptr:
1226 case ns_t_ptr:
/macosx-10.10/libresolv-57/
H A Ddns_util.c401 case ns_t_ptr:
906 case ns_t_ptr:
1108 case ns_t_ptr:
1149 case ns_t_ptr:
1424 case ns_t_ptr: return "PTR ";
1484 if (!strcasecmp(t, "PTR")) { *n = ns_t_ptr; return 0; }
1608 case ns_t_ptr:
H A Dnameser.h281 ns_t_ptr = 12, /* Domain name pointer. */ enumerator in enum:__ns_type
H A Ddns.c1574 if ((n >= ndots) || (fqdn == 1) || (type == ns_t_ptr))
1585 if ((fqdn == 1) || (type == ns_t_ptr) || (recurse == 0) || (primary == NULL))
H A Dns_print.c180 case ns_t_ptr:
H A Dres_debug.c437 {ns_t_ptr, "PTR", "domain name pointer"},
H A Dres_mkupdate.c239 case ns_t_ptr:

Completed in 123 milliseconds