Home
last modified time | relevance | path

Searched refs:ns_t_mx (Results 1 – 9 of 9) sorted by relevance

/third_party/grpc/src/core/lib/iomgr/
Dnameser.h60 ns_t_mx = 15, /* Mail routing information. */ enumerator
/third_party/musl/ndk_musl_include/arpa/
Dnameser.h163 ns_t_mx = 15, enumerator
410 #define T_MX ns_t_mx
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
Dnameser.h163 ns_t_mx = 15, enumerator
410 #define T_MX ns_t_mx
/third_party/musl/include/arpa/
Dnameser.h163 ns_t_mx = 15, enumerator
410 #define T_MX ns_t_mx
/third_party/musl/porting/liteos_m/kernel/include/arpa/
Dnameser.h163 ns_t_mx = 15, enumerator
410 #define T_MX ns_t_mx
/third_party/musl/porting/uniproton/kernel/include/arpa/
Dnameser.h163 ns_t_mx = 15, enumerator
410 #define T_MX ns_t_mx
/third_party/node/deps/cares/include/
Dares_nameser.h103 ns_t_mx = 15, /* Mail routing information. */ enumerator
/third_party/glib/gio/
Dgthreadedresolver.c469 #define T_MX ns_t_mx
491 ns_t_mx = 15, /* Mail routing information. */ enumerator
/third_party/node/src/
Dcares_wrap.cc856 wrap->AresQuery(name, ns_c_in, ns_t_mx); in Send()