Searched refs:negative (Results 1 - 9 of 9) 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
H A Dapl_42.c385 ent->negative = ISC_TF((apl->apl[apl->offset + 3] & 0x80) != 0);
/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 Dacl.c176 * element or radix entry, return with a negative value in match.
294 if (e->negative)
312 * but leave negatives alone, so as to prevent a double-negative causing
352 * negating, then negate positive elements, but keep negative
392 /* reverse sense of positives if this is a negative acl */
393 if (!pos && !source->elements[i].negative) {
394 dest->elements[nelem + i].negative = ISC_TRUE;
396 dest->elements[nelem + i].negative =
397 source->elements[i].negative;
419 * To determine whether the match was positive or negative, th
[all...]
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...]
H A Dcatz.c1262 if (apl_ent.negative)
/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/bin/named/
H A Dsortlist.c51 else if (inner->elements[0].negative)
/bind-9.11.3/bin/tests/
H A Dnamed.conf516 * ncache negative caching

Completed in 31 milliseconds