Home
last modified time | relevance | path

Searched refs:next_probe_time (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/unbound/validator/
H A Dautotrust.c97 if(a->autr->next_probe_time < b->autr->next_probe_time) in probetree_cmp()
99 if(a->autr->next_probe_time > b->autr->next_probe_time) in probetree_cmp()
1146 (unsigned int)tp->autr->next_probe_time, in autr_write_contents()
1147 autr_ctime_r(&(tp->autr->next_probe_time), tmi)) < 0 || in autr_write_contents()
2086 tp->autr->next_probe_time = calc_next_probe(env, in set_next_probe()
2093 (int)tp->autr->next_probe_time - (int)*env->now); in set_next_probe()
2120 pd.next_probe_time = tp->autr->next_probe_time; in autr_tp_remove()
2311 (void)autr_ctime_r(&tp->autr->next_probe_time, buf); in autr_debug_print_tp()
2375 (int)tp->autr->next_probe_time - (int)*env->now); in probe_anchor()
2426 if((time_t)tp->autr->next_probe_time > *env->now) { in todo_probe()
[all …]
H A Dautotrust.h108 time_t next_probe_time; member