Home
last modified time | relevance | path

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

/third_party/node/deps/cares/src/lib/
Dares_parse_soa_reply.c79 if (qclass == T_SOA && ancount > 1) in ares_parse_soa_reply()
110 if ( rr_class == C_IN && rr_type == T_SOA ) in ares_parse_soa_reply()
/third_party/node/deps/cares/include/
Dares_nameser.h326 #ifndef T_SOA
327 # define T_SOA 6 /* ns_t_soa */ macro
/third_party/node/deps/cares/src/tools/
Dadig.c89 { "SOA", T_SOA },
635 case T_SOA: in display_rr()
/third_party/musl/porting/uniproton/kernel/include/arpa/
Dnameser.h401 #define T_SOA ns_t_soa macro
/third_party/musl/porting/liteos_m/kernel/include/arpa/
Dnameser.h401 #define T_SOA ns_t_soa macro
/third_party/musl/include/arpa/
Dnameser.h401 #define T_SOA ns_t_soa macro
/third_party/musl/ndk_musl_include/arpa/
Dnameser.h401 #define T_SOA ns_t_soa macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
Dnameser.h401 #define T_SOA ns_t_soa macro
/third_party/node/deps/cares/
DCHANGES967 … ns_t_any type query, this implementation doesn't interfere with existing T_SOA query's response a…
969 …ESP if it doesn't find a SOA record regardless of which response it is parsing i.e. T_SOA or T_ANY.