| /src/external/bsd/nsd/dist/ |
| ixfr.h | 58 /* Node in the rbtree. Key is oldserial */ 61 uint32_t oldserial; member in struct:ixfr_data 68 /* the old SOA record, with oldserial */ 249 int file_num, uint32_t* oldserial, uint32_t* newserial,
|
| ixfr.c | 546 if(cur->oldserial == ixfr->newest_serial) 550 cur->newserial == n->oldserial) { 572 if(cur->oldserial == ixfr->oldest_serial) 581 if(prev->newserial == cur->oldserial) { 617 if(p->newserial != next->oldserial) { 1237 ixfr_store->data->oldserial = serial; 1448 ixfr_store->data->oldserial = ntohl(serial); 1527 if(ixfr->oldest_serial == oldest->oldserial) { 1532 ixfr->oldest_serial = next->oldserial; 1538 if(ixfr->newest_serial == oldest->oldserial) { [all...] |
| difffile.h | 123 uint32_t oldserial, newserial; member in struct:task_list_d
|
| difffile.c | 1565 TASKLIST(e)->oldserial = 0; 1869 TASKLIST(&e)->oldserial = opt->rrl_ratelimit; 1890 TASKLIST(&e)->oldserial = (uint32_t)sz; 1905 TASKLIST(&e)->oldserial = old_serial; 2089 nsd->options->rrl_ratelimit = task->oldserial; 2104 DEBUG(DEBUG_IPC,1, (LOG_INFO, "zonestat_inc task %u", (unsigned)task->oldserial)); 2105 nsd->zonestatdesired = (unsigned)task->oldserial; 2129 /* oldserial, newserial, yesno is filenumber */
|
| xfrd.c | 2964 xfrd->zonestat_safe = (unsigned)task->oldserial;
|
| /src/external/mpl/bind/dist/bin/tests/system/autosign/ |
| tests.sh | 817 oldserial=$(cat dig.out.ns3.test$n | awk '$0 !~ /SOA/ {print $3}') 822 newserial=$oldserial 824 while [ $oldserial -eq $newserial -a $try -lt 42 ]; do 831 #echo "$oldserial : $newserial" 834 [ "$oldserial" = "$newserial" ] && ret=1 850 oldserial=$($DIG $DIGOPTS +short soa . @10.53.0.1 | awk '{print $3}') 938 [ "$newserial" != "$oldserial" ] || ret=1
|
| /src/external/mpl/bind/dist/lib/dns/ |
| zone.c | 4948 uint32_t serial, oldserial, refresh, retry, expire, minimum, soattl; local 5197 &oldserial, NULL, NULL, NULL, NULL, NULL); 5201 !isc_serial_gt(serial, oldserial)) 5208 if (serial == oldserial && 5220 serialmin = (oldserial + 1) & 0xffffffffU; 5221 serialmax = (oldserial + 0x7fffffffU) & 5231 } else if (!isc_serial_ge(serial, oldserial)) { 5236 serial, oldserial); 5237 } else if (serial == oldserial && !hasinclude && 14093 uint32_t serial, oldserial = 0 local 15701 uint32_t oldserial; local 17149 uint32_t oldserial; local 17638 unsigned int oldserial = 0, *oldserialp = NULL; local 17846 uint32_t serial, oldserial; local 24603 uint32_t oldserial, desired; local [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| zone.c | 4847 uint32_t serial, oldserial, refresh, retry, expire, minimum, soattl; local 5105 &oldserial, NULL, NULL, NULL, NULL, NULL); 5109 !isc_serial_gt(serial, oldserial)) 5116 if (serial == oldserial && 5128 serialmin = (oldserial + 1) & 0xffffffffU; 5129 serialmax = (oldserial + 0x7fffffffU) & 5139 } else if (!isc_serial_ge(serial, oldserial)) { 5144 serial, oldserial); 5145 } else if (serial == oldserial && !hasinclude && 13982 uint32_t serial, oldserial = 0 local 15580 uint32_t oldserial; local 16622 uint32_t oldserial; local 17121 unsigned int oldserial = 0, *oldserialp = NULL; local 17361 uint32_t serial, oldserial; local 23402 uint32_t oldserial, desired; local [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/inline/ |
| tests.sh | 1021 oldserial=$(awk '$4 == "SOA" { print $7 }' dig.out.n3.pre.test$n) 1027 [ ${oldserial:-0} -eq ${serial:-1} ] || ret=1 1038 oldserial=$(awk '$4 == "SOA" { print $7 }' dig.out.n3.pre.test$n) 1061 oldserial=$(awk '$4 == "SOA" { print $7 }' dig.out.ns2.pre.test$n) 1065 retry_quiet 5 wait_for_serial 10.53.0.2 bits. "${oldserial:-1}" dig.out.ns2.post2.test$n || ret=1 1073 oldserial=$(awk '$4 == "SOA" { print $7 }' dig.out.ns2.pre.test$n) 1079 retry_quiet 5 wait_for_serial 10.53.0.2 bits. "${oldserial:-1}" dig.out.ns2.post2.test$n || ret=1
|
| /src/external/mpl/bind/dist/bin/tests/system/nsupdate/ |
| tests.sh | 394 oldserial=$(awk '{print $3}' dig.out.old.test$n) || ret=1 406 [ "$oldserial" = "$serial" ] && { 407 echo_i "oldserial == serial" 1418 oldserial=$($DIG $DIGOPTS +short yyyymmddvv.nil. soa @10.53.0.1 | awk '{print $3}') || ret=1 1428 [ "$oldserial" -ne "$serial" ] || ret=1
|