Home
last modified time | relevance | path

Searched defs:DNS_OPCODE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/ipf/dist/
H A Dip_dns_pxy.c53 #define DNS_OPCODE(x) ((ntohs(x) & 0x7800) >> 11) macro
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_dns_pxy.c53 #define DNS_OPCODE(x) ((ntohs(x) & 0x7800) >> 11) macro