Searched refs:ns_t_any (Results 1 – 10 of 10) sorted by relevance
/third_party/musl/ndk_musl_include/arpa/ |
D | nameser.h | 197 ns_t_any = 255, enumerator 202 #define ns_t_qt_p(t) (ns_t_xfr_p(t) || (t) == ns_t_any || \ 438 #define T_ANY ns_t_any
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
D | nameser.h | 197 ns_t_any = 255, enumerator 202 #define ns_t_qt_p(t) (ns_t_xfr_p(t) || (t) == ns_t_any || \ 438 #define T_ANY ns_t_any
|
/third_party/musl/include/arpa/ |
D | nameser.h | 197 ns_t_any = 255, enumerator 202 #define ns_t_qt_p(t) (ns_t_xfr_p(t) || (t) == ns_t_any || \ 438 #define T_ANY ns_t_any
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
D | nameser.h | 197 ns_t_any = 255, enumerator 202 #define ns_t_qt_p(t) (ns_t_xfr_p(t) || (t) == ns_t_any || \ 438 #define T_ANY ns_t_any
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
D | nameser.h | 197 ns_t_any = 255, enumerator 202 #define ns_t_qt_p(t) (ns_t_xfr_p(t) || (t) == ns_t_any || \ 438 #define T_ANY ns_t_any
|
/third_party/grpc/src/core/lib/iomgr/ |
D | nameser.h | 99 ns_t_any = 255, /* Wildcard match. */ enumerator
|
/third_party/node/deps/cares/include/ |
D | ares_nameser.h | 142 ns_t_any = 255, /* Wildcard match. */ enumerator
|
/third_party/glib/gio/ |
D | gthreadedresolver.c | 525 ns_t_any = 255, /* Wildcard match. */ enumerator
|
/third_party/node/src/ |
D | cares_wrap.cc | 831 wrap->AresQuery(name, ns_c_in, ns_t_any); in Send()
|
/third_party/node/deps/cares/ |
D | CHANGES | 907 from ns_t_any response (#103)") 965 Parse SOA records from ns_t_any response (#103) 967 …Added the capability of parsing SOA record from a response buffer of ns_t_any type query, this imp… 969 …The basic idea of sticking to RFC that a ns_t_any too should return an SOA record is something ope…
|