Searched refs:DNS_OPCODE (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/tcpdump/dist/
H A Dnameser.h308 #define DNS_OPCODE(flags) (((flags) >> 11) & 0xF) /* purpose of message */ macro
H A Dprint-domain.c1009 ns_ops[DNS_OPCODE(flags)],
1082 ns_ops[DNS_OPCODE(flags)],
1091 if (DNS_OPCODE(flags) == IQUERY) {
/netbsd-current/external/bsd/ipf/dist/
H A Dip_dns_pxy.c53 #define DNS_OPCODE(x) ((ntohs(x) & 0x7800) >> 11) macro
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_dns_pxy.c53 #define DNS_OPCODE(x) ((ntohs(x) & 0x7800) >> 11) macro

Completed in 81 milliseconds