Searched refs:next_probe_time (Results 1 – 2 of 2) sorted by relevance
98 if(a->autr->next_probe_time < b->autr->next_probe_time) in probetree_cmp()100 if(a->autr->next_probe_time > b->autr->next_probe_time) in probetree_cmp()877 tp->autr->next_probe_time = (time_t)parse_int(line+19, &r); in parse_var_line()1129 (unsigned int)tp->autr->next_probe_time, in autr_write_contents()1130 ctime_r(&(tp->autr->next_probe_time), tmi)) < 0 || in autr_write_contents()1976 return ((struct trust_anchor*)t->key)->autr->next_probe_time; in wait_probe_time()2028 tp->autr->next_probe_time = calc_next_probe(env, in set_next_probe()2035 (int)tp->autr->next_probe_time - (int)*env->now); in set_next_probe()2062 pd.next_probe_time = tp->autr->next_probe_time; in autr_tp_remove()2085 del_tp->autr->next_probe_time = 0; /* no more probing for it */ in autr_tp_remove()[all …]
107 time_t next_probe_time; member