/third_party/node/deps/cares/src/lib/ |
D | ares__parse_into_addrinfo.c | 48 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()
|
D | ares_parse_ptr_reply.c | 41 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()
|
D | ares_parse_mx_reply.c | 43 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()
|
D | ares_parse_srv_reply.c | 43 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()
|
D | ares_parse_uri_reply.c | 48 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()
|
D | ares_parse_ns_reply.c | 43 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()
|
D | ares_parse_naptr_reply.c | 43 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()
|
D | ares_parse_txt_reply.c | 49 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()
|
D | ares_parse_caa_reply.c | 47 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()
|
D | ares_parse_soa_reply.c | 46 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/ |
D | icmp6.h | 222 #define rr_type rr_hdr.icmp6_type macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
D | icmp6.h | 222 #define rr_type rr_hdr.icmp6_type macro
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
D | icmp6.h | 222 #define rr_type rr_hdr.icmp6_type macro
|
/third_party/musl/ndk_musl_include/netinet/ |
D | icmp6.h | 222 #define rr_type rr_hdr.icmp6_type macro
|
/third_party/musl/include/netinet/ |
D | icmp6.h | 222 #define rr_type rr_hdr.icmp6_type macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
D | icmp6.h | 222 #define rr_type rr_hdr.icmp6_type macro
|
/third_party/node/src/ |
D | cares_wrap.cc | 559 const int rr_type = cares_get_16bit(ptr); in ParseSoaReply() local 564 if (rr_type == ns_t_soa) { in ParseSoaReply()
|