Searched refs:rr_type (Results 1 – 8 of 8) sorted by relevance
/external/c-ares/ |
D | ares_parse_ptr_reply.c | 51 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()
|
D | ares_parse_mx_reply.c | 54 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()
|
D | ares_parse_srv_reply.c | 59 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()
|
D | ares_parse_a_reply.c | 59 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()
|
D | ares_parse_aaaa_reply.c | 61 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()
|
D | ares_parse_txt_reply.c | 61 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()
|
D | ares_parse_ns_reply.c | 54 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/ |
D | print-icmp6.c | 428 #define rr_type rr_hdr.icmp6_type macro
|