Searched defs:inactive (Results 1 - 7 of 7) sorted by relevance

/bind-9.11.3/bin/dnssec/
H A Ddnssec-keyfromlabel.c159 isc_stdtime_t inactive = 0, deltime = 0; local
300 inactive = strtotime(isc_commandline_argument,
547 fatal("Key %s becomes inactive\n\t"
669 dst_key_settime(key, DST_TIME_INACTIVE, inactive);
H A Ddnssec-keygen.c245 isc_stdtime_t inactive = 0, deltime = 0; local
454 inactive = strtotime(isc_commandline_argument,
733 fatal("Key %s becomes inactive\n\t"
1021 inactive);
1024 if (setinact && deltime < inactive)
1028 "made inactive.\n",
/bind-9.11.3/lib/dns/
H A Ddst_internal.h142 isc_boolean_t inactive; /*%< private key not present as it is member in struct:dst_key
143 inactive */
H A Ddnssec.c607 isc_stdtime_t publish, active, revoke, inactive, deltime; local
636 result = dst_key_gettime(key, DST_TIME_INACTIVE, &inactive);
644 if ((inactset && inactive <= now) || (delset && deltime <= now))
842 * If a key is marked inactive, skip it
1312 isc_stdtime_t publish, active, revoke, inactive, deltime; local
1331 result = dst_key_gettime(key->key, DST_TIME_INACTIVE, &inactive);
1368 * Key has been marked inactive: we can continue publishing,
1371 if (key->hint_publish && inactset && inactive <= now) {
H A Ddst_api.c1482 key->inactive = ISC_FALSE;
1492 return (key->inactive);
1496 dst_key_setinactive(dst_key_t *key, isc_boolean_t inactive) { argument
1500 key->inactive = inactive;
H A Drbtdb.c1387 unsigned int inactive = 0; local
1406 inactive++;
1410 if (inactive != 0) {
1412 rbtdb->active -= inactive;
5526 isc_boolean_t inactive = ISC_FALSE; local
5541 inactive = ISC_TRUE;
5549 if (inactive) {
/bind-9.11.3/bin/named/
H A Dclient.c128 client_queue_t inactive; /*%< To be recycled */ member in struct:ns_clientmgr
177 * It is on the client manager's list of inactive clients.
438 * active and force it to go inactive if not.
440 * UDP clients go inactive at this point, but TCP clients
453 * We don't need the client; send it to the inactive
475 * We are trying to enter the inactive state.
523 * Put the client on the inactive list. If we are aiming for
524 * the "freed" state, it will be removed from the inactive
536 ISC_QUEUE_PUSH(manager->inactive, client,
686 ISC_QUEUE_UNLINK(client->manager->inactive, clien
[all...]

Completed in 58 milliseconds