Home
last modified time | relevance | path

Searched refs:DNS_AA (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/tcpdump/
HDnameser.h242 #define DNS_AA(np) ((np)->flags1 & 0x04) /* authoritative answer */ macro
HDprint-domain.c602 DNS_AA(np)? "*" : "", in ns_print()
/trueos/sys/contrib/ipfilter/netinet/
HDip_dns_pxy.c52 #define DNS_AA(x) ((ntohs(x) & 0x0400) >> 10) macro