Searched refs:ns_t_any (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/include/arpa/
H A Dnameser_compat.h181 #define T_ANY ns_t_any
/macosx-10.10.1/libresolv-57/
H A Dnameser.h317 ns_t_any = 255, /* Wildcard match. */ enumerator in enum:__ns_type
323 #define ns_t_qt_p(t) (ns_t_xfr_p(t) || (t) == ns_t_any || \
H A Dres_mkupdate.c154 rtype = ns_t_any;
159 rtype = ns_t_any;
475 if (!success || sig_type == ns_t_any)
H A Dres_debug.c474 {ns_t_any, "ANY", "\"any\""},
H A Ddns_util.c1460 case ns_t_any: return "ANY ";
1521 if (!strcasecmp(t, "ANY")) { *n = ns_t_any; return 0; }

Completed in 94 milliseconds