HomeSort by: relevance | last modified time | path
    Searched refs:next_probe (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/unbound/dist/services/
authzone.h 271 /** retry time (from SOA), time to wait with next_probe
274 /** refresh time (from SOA), time to wait with next_probe
306 time_t next_probe; member in struct:auth_nextprobe
307 /** timeout callback for next_probe or expiry(if that is sooner).
authzone.c 6904 xfr->task_nextprobe->next_probe = 0;
7004 xfr->task_nextprobe->next_probe = *env->now;
7006 xfr->task_nextprobe->next_probe = xfr->lease_time;
7023 xfr->task_nextprobe->next_probe += xfr->expiry;
7024 else xfr->task_nextprobe->next_probe += wait;
7026 xfr->task_nextprobe->next_probe +=
7030 xfr->task_nextprobe->next_probe &&
7032 xfr->task_nextprobe->next_probe =
7035 xfr->task_nextprobe->next_probe +=
7054 if(*(xfr->task_nextprobe->env->now) <= xfr->task_nextprobe->next_probe)
    [all...]
  /src/external/bsd/unbound/dist/validator/
autotrust.c 2464 time_t next_probe = 3600; local
2466 if(autr_permit_small_holddown) next_probe = 1;
2469 while( (tp = todo_probe(env, &next_probe)) ) {
2475 if(next_probe == 0)
2478 return next_probe;

Completed in 20 milliseconds