Searched refs:age (Results 1 - 10 of 10) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dclientinfo.c20 methods->age = DNS_CLIENTINFOMETHODS_AGE;
H A Drrl.c466 response_balance(dns_rrl_t *rrl, const dns_rrl_entry_t *e, int age) { argument
477 balance = e->responses + age * rate;
497 int probes, age; local
537 age = delta_rrl_time(rrl->old_hash->check_time, now);
538 if (age > rrl->window)
557 age = get_age(rrl, e, now);
558 if (age <= 1) {
562 if (!e->logged && response_balance(rrl, e, age) > 0)
588 debit_log(const dns_rrl_entry_t *e, int age, const char *action) { argument
589 char buf[sizeof("age
609 int rate, new_rate, slip, new_slip, age, log_secs, min; local
966 int age; local
[all...]
/bind-9.11.3/lib/dns/include/dns/
H A Dclientinfo.h62 isc_uint16_t age; member in struct:dns_clientinfomethods
/bind-9.11.3/contrib/dlz/modules/perl/
H A Ddlz_perl_callback_clientinfo.xs54 ci->methods->version - ci->methods->age <
/bind-9.11.3/contrib/dlz/modules/include/
H A Ddlz_minimal.h131 uint16_t age; member in struct:dns_clientinfomethods
/bind-9.11.3/unit/atf-src/admin/
H A Dltmain.sh8208 func_arith $current - $age
8804 # and those that subtract age and use age as
8813 age=$number_minor
8819 age=0
8824 age=$number_minor
8833 age=$3
8854 case $age in
8857 func_error "AGE '$age' must be a nonnegative integer"
8862 if test "$age"
[all...]
/bind-9.11.3/
H A Dltmain.sh6814 func_arith $current - $age
7379 # and those that subtract age and use age as
7388 age="$number_minor"
7394 age="0"
7399 age="$number_minor"
7408 age="$3"
7429 case $age in
7432 func_error "AGE \`$age' must be a nonnegative integer"
7437 if test "$age"
[all...]
/bind-9.11.3/contrib/dlz/example/
H A Ddlz_example.c329 methods->version - methods->age <= DNS_CLIENTINFOMETHODS_VERSION &&
433 (methods->version - methods->age <=
/bind-9.11.3/bin/tests/system/dlzexternal/
H A Ddriver.c332 methods->version - methods->age <= DNS_CLIENTINFOMETHODS_VERSION &&
461 (methods->version - methods->age <=
/bind-9.11.3/contrib/idn/idnkit-1.0-src/
H A Dltmain.sh1655 age="$4"
1676 case "$age" in
1679 $echo "$modename: AGE \`$age' is not a nonnegative integer" 1>&2
1685 if test $age -gt $current; then
1686 $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
1699 major=`expr $current - $age + 1`
1713 major=.`expr $current - $age`
1714 versuffix="$major.$age.$revision"
1718 major=`expr $current - $age`
1719 versuffix=".$current.$age
[all...]

Completed in 2674 milliseconds