Searched refs:negative (Results 1 - 9 of 9) sorted by relevance
/bind-9.11.3/lib/dns/rdata/in_1/ |
H A D | apl_42.h | 16 isc_boolean_t negative; member in struct:dns_rdata_apl_ent
|
H A D | apl_42.c | 385 ent->negative = ISC_TF((apl->apl[apl->offset + 3] & 0x80) != 0);
|
/bind-9.11.3/lib/isccfg/ |
H A D | aclconf.c | 248 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 D | acl.c | 176 * 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 D | resolver.c | 782 * 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 D | catz.c | 1262 if (apl_ent.negative)
|
/bind-9.11.3/lib/dns/include/dns/ |
H A D | acl.h | 68 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 D | sortlist.c | 51 else if (inner->elements[0].negative)
|
/bind-9.11.3/bin/tests/ |
H A D | named.conf | 516 * ncache negative caching
|
Completed in 31 milliseconds