Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/iomgr/
Dnameser.h51 ns_t_soa = 6, /* Start of authority zone. */ enumerator
/third_party/musl/ndk_musl_include/arpa/
Dnameser.h154 ns_t_soa = 6, enumerator
401 #define T_SOA ns_t_soa
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
Dnameser.h154 ns_t_soa = 6, enumerator
401 #define T_SOA ns_t_soa
/third_party/musl/include/arpa/
Dnameser.h154 ns_t_soa = 6, enumerator
401 #define T_SOA ns_t_soa
/third_party/musl/porting/liteos_m/kernel/include/arpa/
Dnameser.h154 ns_t_soa = 6, enumerator
401 #define T_SOA ns_t_soa
/third_party/musl/porting/uniproton/kernel/include/arpa/
Dnameser.h154 ns_t_soa = 6, enumerator
401 #define T_SOA ns_t_soa
/third_party/node/deps/cares/include/
Dares_nameser.h94 ns_t_soa = 6, /* Start of authority zone. */ enumerator
/third_party/glib/gio/
Dgthreadedresolver.c471 #define T_SOA ns_t_soa
482 ns_t_soa = 6, /* Start of authority zone. */ enumerator
/third_party/node/src/
Dcares_wrap.cc564 if (rr_type == ns_t_soa) { in ParseSoaReply()
886 wrap->AresQuery(name, ns_c_in, ns_t_soa); in Send()