Searched refs:negative (Results 1 - 8 of 8) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/rdata/in_1/ |
H A D | apl_42.h | 25 isc_boolean_t negative; member in struct:dns_rdata_apl_ent
|
H A D | apl_42.c | 394 ent->negative = ISC_TF((apl->apl[apl->offset + 3] & 0x80) != 0);
|
/bind-9.6-ESV-R11/lib/isccfg/ |
H A D | aclconf.c | 197 isc_boolean_t negative; local 198 n += count_acl_elements(ce, cctx, &negative); 199 if (negative) 318 de->negative = neg; 339 de->negative = neg; 356 de->negative = neg; 374 de->negative = neg; 382 * de->negative to true so we can handle 395 de->negative = !neg; 400 de->negative [all...] |
/bind-9.6-ESV-R11/lib/dns/ |
H A D | acl.c | 182 * element or radix entry, return with a negative value in match. 246 if (e->negative == ISC_TRUE) 266 * but leave negatives alone, so as to prevent a double-negative causing 303 * negating, then negate positive elements, but keep negative 335 /* reverse sense of positives if this is a negative acl */ 336 if (!pos && source->elements[i].negative == ISC_FALSE) { 337 dest->elements[nelem + i].negative = ISC_TRUE; 339 dest->elements[nelem + i].negative = 340 source->elements[i].negative; 363 * To determine whether the match was positive or negative, th [all...] |
H A D | resolver.c | 662 * If a query for ANY causes a negative 3989 isc_boolean_t negative; local 4022 negative = ISC_TF(vevent->rdataset == NULL); 4048 !negative && 4070 if (!negative && !chaining && 4108 if (fctx->vresult == DNS_R_BROKENCHAIN && !negative) { 4149 if (negative && 4163 if (negative) { 4270 INSIST(!negative); 4335 * Respond with an answer, positive or negative, [all...] |
/bind-9.6-ESV-R11/bin/named/ |
H A D | sortlist.c | 60 else if (inner->elements[0].negative)
|
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | acl.h | 67 isc_boolean_t negative; member in struct:dns_aclelement 142 * but leave negatives alone, so as to prevent a double-negative causing 192 * negative match, it will be negative. 196 * If there is a match in the element list (either positive or negative) 214 * To determine whether the match was positive or negative, the 215 * caller should examine e->negative. Since the element 'e' may be
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | named.conf | 524 * ncache negative caching
|
Completed in 29 milliseconds