Searched refs:DNS_PACKET_OPCODE (Results 1 – 2 of 2) sorted by relevance
106 #define DNS_PACKET_OPCODE(p) ((be16toh(DNS_PACKET_HEADER(p)->flags) >> 11) & 15) macro
269 if (DNS_PACKET_OPCODE(p) != 0) in dns_packet_validate_reply()307 if (DNS_PACKET_OPCODE(p) != 0) in dns_packet_validate_query()