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

/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dclient.h81 #define DNS_CLIENTRESOPT_NODNSSEC 0x01 macro
280 * using DNSSEC by default. If the DNS_CLIENTRESOPT_NODNSSEC flag is set
/freebsd-9.3-release/contrib/bind9/lib/export/samples/
H A Dsample.c357 resopt |= DNS_CLIENTRESOPT_NODNSSEC;
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dclient.c1295 want_dnssec = ISC_TF((options & DNS_CLIENTRESOPT_NODNSSEC) == 0);

Completed in 81 milliseconds