Searched defs:DNS_OPCODE (Results 1 – 2 of 2) sorted by relevance
53 #define DNS_OPCODE(x) ((ntohs(x) & 0x7800) >> 11) macro