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

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dvalidator.h173 #define DNS_VALIDATOR_DLV 1U macro
217 * If DNS_VALIDATOR_DLV is set the caller knows there is not a
/bind-9.6-ESV-R11/lib/dns/
H A Dvalidator.c59 * \li When called with rdataset, sigrdataset and with DNS_VALIDATOR_DLV:
67 * \li When called with rdataset and with DNS_VALIDATOR_DLV:
75 * Note: there isn't a case for DNS_VALIDATOR_DLV here as we want nsecvalidate()
3512 val->options &= ~DNS_VALIDATOR_DLV;
3553 if ((val->options & DNS_VALIDATOR_DLV) != 0 &&
H A Dresolver.c4547 valoptions = DNS_VALIDATOR_DLV;
5059 valoptions = DNS_VALIDATOR_DLV;

Completed in 35 milliseconds