Home
last modified time | relevance | path

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

/third_party/musl/ndk_musl_include/arpa/
Dnameser.h197 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/
Dnameser.h197 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/
Dnameser.h197 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/
Dnameser.h197 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/
Dnameser.h197 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/
Dnameser.h99 ns_t_any = 255, /* Wildcard match. */ enumerator
/third_party/node/deps/cares/include/
Dares_nameser.h142 ns_t_any = 255, /* Wildcard match. */ enumerator
/third_party/glib/gio/
Dgthreadedresolver.c525 ns_t_any = 255, /* Wildcard match. */ enumerator
/third_party/node/src/
Dcares_wrap.cc831 wrap->AresQuery(name, ns_c_in, ns_t_any); in Send()
/third_party/node/deps/cares/
DCHANGES907 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…