Home
last modified time | relevance | path

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

/external/c-ares/
Dares_parse_ptr_reply.c51 int status, i, rr_type, rr_class, rr_len; in ares_parse_ptr_reply() local
106 rr_type = DNS_RR_TYPE(aptr); in ares_parse_ptr_reply()
111 if (rr_class == C_IN && rr_type == T_PTR in ares_parse_ptr_reply()
147 if (rr_class == C_IN && rr_type == T_CNAME) in ares_parse_ptr_reply()
Dares_parse_mx_reply.c54 int status, rr_type, rr_class, rr_len; in ares_parse_mx_reply() local
104 rr_type = DNS_RR_TYPE (aptr); in ares_parse_mx_reply()
110 if (rr_class == C_IN && rr_type == T_MX) in ares_parse_mx_reply()
Dares_parse_srv_reply.c59 int status, rr_type, rr_class, rr_len; in ares_parse_srv_reply() local
109 rr_type = DNS_RR_TYPE (aptr); in ares_parse_srv_reply()
115 if (rr_class == C_IN && rr_type == T_SRV) in ares_parse_srv_reply()
Dares_parse_a_reply.c59 int status, i, rr_type, rr_class, rr_len, rr_ttl, naddrs; in ares_parse_a_reply() local
139 rr_type = DNS_RR_TYPE(aptr); in ares_parse_a_reply()
145 if (rr_class == C_IN && rr_type == T_A in ares_parse_a_reply()
175 if (rr_class == C_IN && rr_type == T_CNAME) in ares_parse_a_reply()
Dares_parse_aaaa_reply.c61 int status, i, rr_type, rr_class, rr_len, rr_ttl, naddrs; in ares_parse_aaaa_reply() local
139 rr_type = DNS_RR_TYPE(aptr); in ares_parse_aaaa_reply()
145 if (rr_class == C_IN && rr_type == T_AAAA in ares_parse_aaaa_reply()
175 if (rr_class == C_IN && rr_type == T_CNAME) in ares_parse_aaaa_reply()
Dares_parse_txt_reply.c61 int status, rr_type, rr_class, rr_len; in ares_parse_txt_reply() local
111 rr_type = DNS_RR_TYPE (aptr); in ares_parse_txt_reply()
117 if (rr_class == C_IN && rr_type == T_TXT) in ares_parse_txt_reply()
Dares_parse_ns_reply.c54 int status, i, rr_type, rr_class, rr_len; in ares_parse_ns_reply() local
109 rr_type = DNS_RR_TYPE( aptr ); in ares_parse_ns_reply()
114 if ( rr_class == C_IN && rr_type == T_NS ) in ares_parse_ns_reply()
/external/tcpdump/
Dprint-icmp6.c428 #define rr_type rr_hdr.icmp6_type macro