Searched defs:negative (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/lib/dns/rdata/in_1/
H A Dapl_42.h16 isc_boolean_t negative; member in struct:dns_rdata_apl_ent
/bind-9.11.3/lib/dns/include/dns/
H A Dacl.h68 isc_boolean_t negative; member in struct:dns_aclelement
150 * but leave negatives alone, so as to prevent a double-negative causing
233 * negative match, it will be negative.
237 * If there is a match in the element list (either positive or negative)
269 * To determine whether the match was positive or negative, the
270 * caller should examine e->negative. Since the element 'e' may be
/bind-9.11.3/lib/isccfg/
H A Daclconf.c248 isc_boolean_t negative; local
251 &sub, &negative);
255 if (negative)
746 de->negative = neg;
768 de->negative = neg;
789 de->negative = neg;
804 de->negative = neg;
819 de->negative = neg;
827 * de->negative to true so we can handle
841 de->negative
[all...]
/bind-9.11.3/lib/dns/
H A Dresolver.c782 * If a query for ANY causes a negative
2068 * since there may be a negative trust anchor for the name,
4810 isc_boolean_t negative; local
4847 negative = ISC_TF(vevent->rdataset == NULL);
4872 !negative &&
4894 if (!negative && !chaining &&
4932 if (fctx->vresult == DNS_R_BROKENCHAIN && !negative) {
4973 if (negative &&
4987 if (negative) {
5101 INSIST(!negative);
[all...]

Completed in 30 milliseconds