HomeSort by: relevance | last modified time | path
    Searched defs:next_probe (Results 1 - 2 of 2) 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).
  /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 19 milliseconds