Searched defs:force (Results 1 - 6 of 6) sorted by relevance
/bind-9.11.3/bin/dnssec/ |
H A D | dnssec-revoke.c | 59 fprintf(stderr, " -f: force overwrite\n"); 91 isc_boolean_t force = ISC_FALSE; local 115 force = ISC_TRUE; 208 if (force) 232 if (access(newname, F_OK) == 0 && !force) { 234 "use -f to force overwrite", newname);
|
H A D | dnssec-settime.c | 63 fprintf(stderr, " -f: force update of old-style " 162 isc_boolean_t force = ISC_FALSE; local 196 force = ISC_TRUE; 533 if (force) 602 if (force && !changed) {
|
/bind-9.11.3/lib/dns/ |
H A D | nta.c | 341 isc_boolean_t force, isc_stdtime_t now, 358 nta->forced = force; 365 if (!force) 372 if (!force) 340 dns_ntatable_add(dns_ntatable_t *ntatable, dns_name_t *name, isc_boolean_t force, isc_stdtime_t now, isc_uint32_t lifetime) argument
|
H A D | resolver.c | 1217 fcount_incr(fetchctx_t *fctx, isc_boolean_t force) { argument 1261 if (!force && spill != 0 && counter->count >= spill) { 4650 * source port checks can force the use of 6102 * Glue with 0 TTL causes problems. We force the TTL to 6843 * We force the TTL to 1 second to prevent this.
|
H A D | zone.c | 481 #define DNS_ZONEFLAG_NOIXFR 0x00100000U /*%< IXFR failed, force AXFR */ 3733 isc_stdtime_t now, isc_boolean_t force) 3742 if (force) 3982 /* Set the key refresh timer to force a fast refresh. */ 11086 * the current soa so as to force a refresh query. 3732 set_refreshkeytimer(dns_zone_t *zone, dns_rdata_keydata_t *key, isc_stdtime_t now, isc_boolean_t force) argument
|
/bind-9.11.3/bin/named/ |
H A D | server.c | 5653 * force catz reload if the zone is loaded; 8500 * so that we know when we need to force AXFR of 11296 CHECK(add_comment(fp, view->name)); /* force a comment */ 13507 isc_boolean_t dump = ISC_FALSE, force = ISC_FALSE; local 13513 UNUSED(force); 13534 } else if (argcheck(ptr, "force")) { 13535 force = ISC_TRUE; 13653 force, now, ntattl));
|
Completed in 113 milliseconds