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

/freebsd-12-stable/contrib/tcpdump/
H A Dnameser.h226 #define DNS_OPCODE(np) ((((np)->flags1) >> 3) & 0xF) /* purpose of message */ macro
H A Dprint-domain.c604 ns_ops[DNS_OPCODE(np)],
670 ND_PRINT((ndo, "%d%s%s%s", EXTRACT_16BITS(&np->id), ns_ops[DNS_OPCODE(np)],
679 if (DNS_OPCODE(np) == IQUERY) {
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_dns_pxy.c51 #define DNS_OPCODE(x) ((ntohs(x) & 0x7800) >> 11) macro

Completed in 108 milliseconds