Home
last modified time | relevance | path

Searched refs:rr_type (Results 1 – 17 of 17) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dares__parse_into_addrinfo.c48 int status, i, rr_type, rr_class, rr_len, rr_ttl; in ares__parse_into_addrinfo() local
100 rr_type = DNS_RR_TYPE(aptr); in ares__parse_into_addrinfo()
111 if (rr_class == C_IN && rr_type == T_A in ares__parse_into_addrinfo()
126 else if (rr_class == C_IN && rr_type == T_AAAA in ares__parse_into_addrinfo()
142 if (rr_class == C_IN && rr_type == T_CNAME) in ares__parse_into_addrinfo()
Dares_parse_ptr_reply.c41 int status, i, rr_type, rr_class, rr_len; in ares_parse_ptr_reply() local
97 rr_type = DNS_RR_TYPE(aptr); in ares_parse_ptr_reply()
108 if (rr_class == C_IN && rr_type == T_PTR in ares_parse_ptr_reply()
145 if (rr_class == C_IN && rr_type == T_CNAME) in ares_parse_ptr_reply()
Dares_parse_mx_reply.c43 int status, rr_type, rr_class, rr_len; in ares_parse_mx_reply() local
93 rr_type = DNS_RR_TYPE (aptr); in ares_parse_mx_reply()
104 if (rr_class == C_IN && rr_type == T_MX) in ares_parse_mx_reply()
Dares_parse_srv_reply.c43 int status, rr_type, rr_class, rr_len; in ares_parse_srv_reply() local
93 rr_type = DNS_RR_TYPE (aptr); in ares_parse_srv_reply()
104 if (rr_class == C_IN && rr_type == T_SRV) in ares_parse_srv_reply()
Dares_parse_uri_reply.c48 int status, rr_type, rr_class, rr_len, rr_ttl; in ares_parse_uri_reply() local
102 rr_type = DNS_RR_TYPE (aptr); in ares_parse_uri_reply()
115 if (rr_class == C_IN && rr_type == T_URI) in ares_parse_uri_reply()
Dares_parse_ns_reply.c43 int status, i, rr_type, rr_class, rr_len; in ares_parse_ns_reply() local
98 rr_type = DNS_RR_TYPE( aptr ); in ares_parse_ns_reply()
109 if ( rr_class == C_IN && rr_type == T_NS ) in ares_parse_ns_reply()
Dares_parse_naptr_reply.c43 int status, rr_type, rr_class, rr_len; in ares_parse_naptr_reply() local
93 rr_type = DNS_RR_TYPE (aptr); in ares_parse_naptr_reply()
104 if (rr_class == C_IN && rr_type == T_NAPTR) in ares_parse_naptr_reply()
Dares_parse_txt_reply.c49 int status, rr_type, rr_class, rr_len; in ares__parse_txt_reply() local
99 rr_type = DNS_RR_TYPE (aptr); in ares__parse_txt_reply()
110 if ((rr_class == C_IN || rr_class == C_CHAOS) && rr_type == T_TXT) in ares__parse_txt_reply()
Dares_parse_caa_reply.c47 int status, rr_type, rr_class, rr_len; in ares_parse_caa_reply() local
97 rr_type = DNS_RR_TYPE (aptr); in ares_parse_caa_reply()
108 if ((rr_class == C_IN || rr_class == C_CHAOS) && rr_type == T_CAA) in ares_parse_caa_reply()
Dares_parse_soa_reply.c46 int status, i, rr_type, rr_class, rr_len; in ares_parse_soa_reply() local
100 rr_type = DNS_RR_TYPE( aptr ); in ares_parse_soa_reply()
110 if ( rr_class == C_IN && rr_type == T_SOA ) in ares_parse_soa_reply()
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dicmp6.h222 #define rr_type rr_hdr.icmp6_type macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dicmp6.h222 #define rr_type rr_hdr.icmp6_type macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dicmp6.h222 #define rr_type rr_hdr.icmp6_type macro
/third_party/musl/ndk_musl_include/netinet/
Dicmp6.h222 #define rr_type rr_hdr.icmp6_type macro
/third_party/musl/include/netinet/
Dicmp6.h222 #define rr_type rr_hdr.icmp6_type macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dicmp6.h222 #define rr_type rr_hdr.icmp6_type macro
/third_party/node/src/
Dcares_wrap.cc559 const int rr_type = cares_get_16bit(ptr); in ParseSoaReply() local
564 if (rr_type == ns_t_soa) { in ParseSoaReply()