Searched refs:DNS_MESSAGEFLAG_AD (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dmessage.h98 #define DNS_MESSAGEFLAG_AD 0x0020U macro
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dmessage.c2028 msg->flags &= ~DNS_MESSAGEFLAG_AD;
2030 msg->flags &= ~DNS_MESSAGEFLAG_AD;
2097 msg->flags &= ~DNS_MESSAGEFLAG_AD;
2099 msg->flags &= ~DNS_MESSAGEFLAG_AD;
3390 if ((msg->flags & DNS_MESSAGEFLAG_AD) != 0)
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Dhost.c525 if ((msg->flags & DNS_MESSAGEFLAG_AD) != 0) {
H A Ddig.c531 if ((msg->flags & DNS_MESSAGEFLAG_AD) != 0)
H A Ddighost.c2221 lookup->sendmsg->flags |= DNS_MESSAGEFLAG_AD;
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dquery.c4948 DNS_MESSAGEFLAG_AD);
6132 DNS_MESSAGEFLAG_AD);
7768 if ((message->flags & DNS_MESSAGEFLAG_AD) != 0)
7795 message->flags |= DNS_MESSAGEFLAG_AD;
H A Dclient.c1200 message->flags &= ~(DNS_MESSAGEFLAG_AA | DNS_MESSAGEFLAG_AD);

Completed in 178 milliseconds