Searched defs:log_secs (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/
H A Drrl.c609 int rate, new_rate, slip, new_slip, age, log_secs, min; local
684 log_secs = e->log_secs;
685 log_secs += age;
686 if (log_secs > DNS_RRL_MAX_LOG_SECS || log_secs < 0)
687 log_secs = DNS_RRL_MAX_LOG_SECS;
688 e->log_secs = log_secs;
1181 if ((!e->logged || e->log_secs >
[all...]
/bind-9.11.3/lib/dns/include/dns/
H A Drrl.h120 unsigned int log_secs :DNS_RRL_LOG_BITS; member in struct:dns_rrl_entry

Completed in 13 milliseconds