Home
last modified time | relevance | path

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

/freebsd/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()
883 tp->autr->next_probe_time = (time_t)parse_int(line+19, &r); in parse_var_line()
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()
2034 return ((struct trust_anchor*)t->key)->autr->next_probe_time; in wait_probe_time()
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()
2143 del_tp->autr->next_probe_time = 0; /* no more probing for it */ in autr_tp_remove()
[all …]
H A Dautotrust.h108 time_t next_probe_time; member