Searched refs:rtype (Results 1 – 2 of 2) sorted by relevance
163 unsigned short rtype; in support_format_dns_packet() local168 if (!(extract_16 (&in, &rtype) in support_format_dns_packet()178 if ((rtype != qtype && rtype != T_CNAME) || rclass != qclass) in support_format_dns_packet()180 switch (rtype) in support_format_dns_packet()
518 uint16_t rtype; in parse_query() member532 if (rr.rtype != htons (41)) in parse_query()534 ntohs (rr.rtype)); in parse_query()
Completed in 7 milliseconds