HomeSort by: relevance | last modified time | path
    Searched refs:DNS_AA (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
nameser.h 309 #define DNS_AA(flags) (flags & 0x0400) /* authoritative answer */
print-domain.c 1013 DNS_AA(flags)? "*" : "",
  /src/sys/external/bsd/ipf/netinet/
ip_dns_pxy.c 54 #define DNS_AA(x) ((ntohs(x) & 0x0400) >> 10)
  /src/external/bsd/ipf/dist/
ip_dns_pxy.c 54 #define DNS_AA(x) ((ntohs(x) & 0x0400) >> 10)

Completed in 31 milliseconds