/bind-9.11.3/lib/dns/ |
H A D | portlist.c | 45 unsigned int active; member in struct:dns_portlist 87 portlist->active = 0; 137 if (portlist->active != 0) { 138 el = find_port(portlist->list, portlist->active, port); 149 if (portlist->allocated <= portlist->active) { 166 portlist->list[portlist->active].port = port; 168 portlist->list[portlist->active].flags = DNS_PL_INET; 170 portlist->list[portlist->active].flags = DNS_PL_INET6; 171 portlist->active++; 172 qsort(portlist->list, portlist->active, sizeo [all...] |
H A D | dnssec.c | 607 isc_stdtime_t publish, active, revoke, inactive, deltime; local 619 * keys are assumed active 628 result = dst_key_gettime(key, DST_TIME_ACTIVATE, &active); 650 if (actset && active <= now) 1312 isc_stdtime_t publish, active, revoke, inactive, deltime; local 1323 result = dst_key_gettime(key->key, DST_TIME_ACTIVATE, &active); 1344 if (actset && active <= now) { 1363 if (key->hint_publish && actset && active > now) { 1364 key->prepublish = active - now; 1378 * not active befor [all...] |
H A D | catz.c | 64 isc_boolean_t active; member in struct:dns_catz_zone 647 new_zone->active = ISC_TRUE; 699 INSIST(tresult == ISC_R_SUCCESS && !new_zone->active); 700 new_zone->active = ISC_TRUE; 1932 zone->active = ISC_FALSE; 1952 if (zone->active == ISC_FALSE) {
|
H A D | adb.c | 253 isc_uint32_t active; member in struct:dns_adbentry 1837 e->active = 0; 2172 addrbuf, entry->active, entry->quota, msgbuf); 2196 entry->active >= entry->quota) 2236 entry->active >= entry->quota) 4791 block = ISC_TF(entry->quota != 0 && entry->active >= entry->quota); 4805 addr->entry->active++; 4819 if (addr->entry->active > 0) 4820 addr->entry->active--;
|
H A D | rbtdb.c | 668 unsigned int active; member in struct:dns_rbtdb 1412 rbtdb->active -= inactive; 1413 if (rbtdb->active == 0) 3157 * Look for an NS or DNAME rdataset active in our version. 3258 * There is no zonecut at this node which is active in this 3647 isc_boolean_t done, wild, active; local 3658 * search for it. If the wildcard node exists, and is active in 3660 * if the ancestor is active in this version. If so, then there 3674 * First we try to figure out if this node is active in 3687 active 4153 isc_boolean_t active; local [all...] |
H A D | name.c | 1877 while (current < source->active && !done) {
|
/bind-9.11.3/bin/tests/ |
H A D | nsecify.c | 47 isc_boolean_t active = ISC_FALSE; local 59 active = ISC_TRUE; 61 if (!active) 70 if (!active) { 81 return (active); 89 isc_boolean_t active; local 92 active = ISC_FALSE; 95 active = active_node(db, version, *nodep); 96 if (!active) { 101 } while (result == ISC_R_SUCCESS && !active); [all...] |
/bind-9.11.3/lib/isc/ |
H A D | rwlock.c | 74 "rwlock %p thread %lu %s(%s): %s, %u active, " 87 rwl->active, rwl->granted, 124 rwl->active = 0; 182 REQUIRE(rwl->active == 0 && 274 /* there is a waiting or active writer */ 372 /* Another active reader or writer is working. */ 568 /* Become an active reader. */ 583 /* Become an active reader. */ 706 ((rwl->active == 0 || 712 rwl->active [all...] |
H A D | buffer.c | 180 * Make 'r' refer to the active region of 'b'. 192 * Sets the end of the active region 'n' bytes after current. 253 if (b->active > b->current) 254 b->active -= b->current; 256 b->active = 0;
|
H A D | socket_api.c | 364 isc_socket_cleanunix(isc_sockaddr_t *sockaddr, isc_boolean_t active) { argument 365 isc__socket_cleanunix(sockaddr, active);
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | rwlock.h | 92 unsigned int active; member in struct:isc_rwlock 112 unsigned int active; member in struct:isc_rwlock
|
H A D | buffer.h | 36 * The 'active region' is an (optional) subregion of the remaining region. 38 * that is selected with isc_buffer_setactive(). Initially, the active region 40 * active region will also be empty. 52 * c == active pointer. Meaningful between b and d. 60 * b-c == optional active region. 74 * 0 <= active <= used 75 * (although active < current implies empty active region) 145 ((void *)((unsigned char *)(b)->base + (b)->active)) /*c*/ 158 #define isc_buffer_activelength(b) ((b)->active 176 unsigned int active; member in struct:isc_buffer [all...] |
H A D | socket.h | 1158 isc_socket_cleanunix(isc_sockaddr_t *addr, isc_boolean_t active); 1161 * Cleanup UNIX domain sockets in the file-system. If 'active' is true 1162 * then just unlink the socket. If 'active' is false try to determine
|
/bind-9.11.3/lib/lwres/ |
H A D | lwbuffer.c | 34 * The active region is an (optional) subregion of the remaining region. 36 * region. Initially, the active region is empty. If the current offset 37 * advances beyond the chosen offset, the active region will also be 51 * c == active pointer. Meaningful between b and d. 59 * b-c == optional active region. 76 * used , current and active to zero. 125 b->active = 0; 140 b->active = 0; 165 if (b->active > b->used) 166 b->active [all...] |
/bind-9.11.3/lib/lwres/include/lwres/ |
H A D | lwbuffer.h | 32 * The 'active region' is an (optional) subregion of the remaining region. 34 * that is selected with lwres_buffer_setactive(). Initially, the active 36 * the active region will also be empty. 47 * c == active pointer. Meaningful between b and d. 55 * b-c == optional active region. 69 * 0 <= active <= used 70 * (although active < current implies empty active region) 146 unsigned int active; member in struct:lwres_buffer
|
/bind-9.11.3/lib/isccc/ |
H A D | cc.c | 569 isccc_region_t active; local 578 active.rstart = source->rstart; 579 active.rend = active.rstart + len; 580 source->rstart = active.rend; 582 value = isccc_sexpr_frombinary(&active); 589 result = table_fromwire(&active, NULL, 0, valuep); 591 result = list_fromwire(&active, valuep);
|
/bind-9.11.3/bin/tests/system/autosign/ns1/ |
H A D | keygen.sh | 57 echo $zskact > ../active.key
|
/bind-9.11.3/bin/tests/system/coverage/ |
H A D | setup.sh | 18 # Test 1: KSK goes inactive before successor is active 28 # Test 2: ZSK goes inactive before successor is active 60 dir=05-ksk-unpub-active 70 dir=06-zsk-unpub-active 100 # Test 9: KSK goes inactive before successor is active, but checking ZSKs 110 # Test 10: ZSK goes inactive before successor is active, but checking KSKs 120 # Test 11: ZSK goes inactive before successor is active, but after cutoff
|
/bind-9.11.3/bin/tests/system/autosign/ |
H A D | clean.sh | 15 rm -f active.key inact.key del.key unpub.key standby.key rev.key
|
H A D | tests.sh | 93 echo "I:check that zone with active and inactive KSK and active ZSK is properly" 94 echo "I: resigned after the active KSK is deleted - stage 1: Verify that DNSKEY" 130 echo "I:check that zone with active and inactive ZSK and active KSK is properly" 131 echo "I: resigned after the active ZSK is deleted - stage 1: Verify that zone" 960 oldfile=`cat active.key` 961 oldid=`sed 's/^K.+007+0*\([0-9]\)/\1/' < active.key` 981 echo "I:checking former standby key is now active ($n)" 1105 echo "I:checking former active ke [all...] |
/bind-9.11.3/bin/tests/system/keymgr/ |
H A D | setup.sh | 16 # Test 1: KSK goes inactive before successor is active 27 # Test 2: ZSK goes inactive before successor is active 62 dir=05-ksk-unpub-active 73 dir=06-zsk-unpub-active 119 # Test 11: Many keys all simultaneously scheduled to be active in the future 130 # Test 12: Many keys all simultaneously scheduled to be active in the past 131 dir=12-many-active 194 # Test 17: Keys are simultaneously active but we run with no force
|
/bind-9.11.3/bin/dnssec/ |
H A D | dnssec-signzone.c | 1119 isc_boolean_t active = ISC_FALSE; local 1135 active = ISC_TRUE; 1137 if (!active) 1146 if (!active && nsec_datatype == dns_rdatatype_nsec) { 1222 return (active); 1812 isc_boolean_t active = ISC_FALSE; local 1816 active = active_node(nextnode); 1817 if (!active) { 2205 isc_boolean_t active; local 2256 active [all...] |
/bind-9.11.3/lib/isc/unix/ |
H A D | socket.c | 199 * likely to be a kernel bug, and so the watcher goes back to the active state. 369 active : 1, /* currently active */ member in struct:isc__socket 556 isc__socket_cleanunix(isc_sockaddr_t *sockaddr, isc_boolean_t active); 2205 if (sock->active == 1) { 2207 sock->active = 0; 2300 sock->active = 0; 2950 if (sock->active == 0) { 2952 sock->active = 1; 3731 if (NEWCONNSOCK(dev)->active 5373 isc__socket_cleanunix(isc_sockaddr_t *sockaddr, isc_boolean_t active) argument [all...] |
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/config/ |
H A D | idnconf.tcl | 939 $bw configure -default active
|
/bind-9.11.3/lib/isc/win32/ |
H A D | socket.c | 3925 isc__socket_cleanunix(isc_sockaddr_t *addr, isc_boolean_t active) { argument 3927 UNUSED(active);
|