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

  /src/external/bsd/unbound/dist/util/data/
msgparse.h 103 #define PREFETCH_TTL_CALC(ttl) ((ttl) - (ttl)/10)
msgreply.c 523 rep->prefetch_ttl = PREFETCH_TTL_CALC(rep->ttl);
630 rep->prefetch_ttl = PREFETCH_TTL_CALC(ttl);
  /src/external/bsd/unbound/dist/services/cache/
dns.c 114 qrep->prefetch_ttl = PREFETCH_TTL_CALC(qrep->ttl);
141 rep->prefetch_ttl = PREFETCH_TTL_CALC(rep->ttl);
696 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl);
699 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl);
756 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl);
803 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl);
864 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(newd->ttl);
  /src/external/bsd/unbound/dist/cachedb/
cachedb.c 498 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl);
526 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl);
  /src/external/bsd/unbound/dist/ipsecmod/
ipsecmod.c 448 qstate->return_msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(
  /src/external/bsd/unbound/dist/daemon/
cachedump.c 790 rep.prefetch_ttl = PREFETCH_TTL_CALC(rep.ttl);
  /src/external/bsd/unbound/dist/iterator/
iterator.c 355 err.prefetch_ttl = PREFETCH_TTL_CALC(err.ttl);
409 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl);
426 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl);
  /src/external/bsd/unbound/dist/services/
authzone.c 195 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl);
201 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl);
2623 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl);
  /src/external/bsd/unbound/dist/validator/
validator.c 2566 PREFETCH_TTL_CALC(vq->orig_msg->rep->ttl);

Completed in 33 milliseconds