Home
last modified time | relevance | path

Searched refs:prefetch_ttl (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/services/cache/
H A Ddns.c646 if(r->prefetch_ttl > now) in tomsg()
647 msg->rep->prefetch_ttl = r->prefetch_ttl - now; in tomsg()
649 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl); in tomsg()
732 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl); in rrset_msg()
771 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl); in synth_dname_msg()
831 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(newd->ttl); in synth_dname_msg()
1141 rep->prefetch_ttl += adjust; in dns_cache_prefetch_adjust()
/netbsd-src/external/bsd/unbound/dist/util/data/
H A Dmsgreply.c113 rep->prefetch_ttl = prettl; in construct_reply_info_base()
185 rep->qdcount, rep->ttl, rep->prefetch_ttl, in make_new_reply_info()
478 rep->prefetch_ttl = PREFETCH_TTL_CALC(rep->ttl); in parse_copy_decompress()
560 rep->prefetch_ttl += timenow; in reply_info_set_ttls()
756 rep->ttl, rep->prefetch_ttl, rep->serve_expired_ttl, in reply_info_copy()
H A Dmsgreply.h158 time_t prefetch_ttl; member
/netbsd-src/external/bsd/unbound/dist/ipsecmod/
H A Dipsecmod.c448 qstate->return_msg->rep->prefetch_ttl = PREFETCH_TTL_CALC( in ipsecmod_handle_query()
/netbsd-src/external/bsd/unbound/dist/iterator/
H A Diterator.c357 err.prefetch_ttl = PREFETCH_TTL_CALC(err.ttl); in error_response_cache()
1435 (int)msg->rep->prefetch_ttl); in processInitRequest()
3817 if(from->rep->prefetch_ttl < to->rep->prefetch_ttl) in processClassResponse()
3818 to->rep->prefetch_ttl = from->rep->prefetch_ttl; in processClassResponse()
/netbsd-src/external/bsd/unbound/dist/dns64/
H A Ddns64.c848 rep->ttl, rep->prefetch_ttl, rep->serve_expired_ttl, in dns64_adjust_a()
/netbsd-src/external/bsd/unbound/dist/cachedb/
H A Dcachedb.c505 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl); in adjust_msg_ttl()
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dcachedump.c667 rep.prefetch_ttl = PREFETCH_TTL_CALC(rep.ttl); in load_msg()
H A Dworker.c1850 *worker->env.now >= rep->prefetch_ttl) || in worker_handle_request()
H A Dremote.c1726 d->prefetch_ttl = inf->expired; in zone_del_msg()
/netbsd-src/external/bsd/unbound/dist/edns-subnet/
H A Dsubnetmod.c486 if (prefetch && *qstate->env->now >= ((struct reply_info *)node->elem)->prefetch_ttl) { in lookup_and_reply()
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i394 uint32_t prefetch_ttl;
/netbsd-src/external/bsd/unbound/dist/services/
H A Dauthzone.c195 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl); in msg_ttl()
201 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl); in msg_ttl()
2595 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl); in az_add_negative_soa()
/netbsd-src/external/bsd/unbound/dist/validator/
H A Dvalidator.c2447 vq->orig_msg->rep->prefetch_ttl = in processFinished()
/netbsd-src/external/bsd/unbound/dist/contrib/
H A Dfastrpz.patch2958 (int)msg->rep->prefetch_ttl);