Home
last modified time | relevance | path

Searched refs:ns_t_any (Results 1 – 4 of 4) sorted by relevance

/freebsd/include/arpa/
H A Dnameser.h340 ns_t_any = 255, /*%< Wildcard match. */ enumerator
347 #define ns_t_qt_p(t) (ns_t_xfr_p(t) || (t) == ns_t_any || \
H A Dnameser_compat.h203 #define T_ANY ns_t_any
/freebsd/lib/libc/resolv/
H A Dres_debug.c520 {ns_t_any, "ANY", "\"any\""},
H A Dres_mkupdate.c476 if (!success || sig_type == ns_t_any) in res_nmkupdate()