Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/cache/
H A Ddns.c132 rep->prefetch_ttl = PREFETCH_TTL_CALC(rep->ttl); in store_rrsets()
626 if(r->prefetch_ttl > now) in tomsg()
627 msg->rep->prefetch_ttl = r->prefetch_ttl - now; in tomsg()
629 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl); in tomsg()
713 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl); in rrset_msg()
753 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl); in synth_dname_msg()
814 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(newd->ttl); in synth_dname_msg()
1153 rep->prefetch_ttl += adjust; in dns_cache_prefetch_adjust()
/freebsd/contrib/unbound/util/data/
H A Dmsgreply.c118 rep->prefetch_ttl = prettl; in construct_reply_info_base()
217 rep->qdcount, rep->ttl, rep->prefetch_ttl, in make_new_reply_info()
518 rep->prefetch_ttl = PREFETCH_TTL_CALC(rep->ttl); in parse_copy_decompress()
602 rep->prefetch_ttl += timenow; in reply_info_set_ttls()
801 rep->ttl, rep->prefetch_ttl, rep->serve_expired_ttl, in reply_info_copy()
H A Dmsgreply.h159 time_t prefetch_ttl; member
/freebsd/contrib/unbound/cachedb/
H A Dcachedb.c498 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl); in adjust_msg_ttl()
526 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl); in set_msg_ttl()
/freebsd/contrib/unbound/iterator/
H A Diterator.c365 err.prefetch_ttl = PREFETCH_TTL_CALC(err.ttl); in error_response_cache()
419 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl); in iter_prepend()
436 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl); in iter_prepend()
1536 (int)msg->rep->prefetch_ttl); in processInitRequest()
4014 if(from->rep->prefetch_ttl < to->rep->prefetch_ttl) in processClassResponse()
4015 to->rep->prefetch_ttl = from->rep->prefetch_ttl; in processClassResponse()
/freebsd/contrib/unbound/ipsecmod/
H A Dipsecmod.c448 qstate->return_msg->rep->prefetch_ttl = PREFETCH_TTL_CALC( in ipsecmod_handle_query()
/freebsd/contrib/unbound/dns64/
H A Ddns64.c849 rep->ttl, rep->prefetch_ttl, rep->serve_expired_ttl, in dns64_adjust_a()
/freebsd/contrib/unbound/daemon/
H A Dcachedump.c667 rep.prefetch_ttl = PREFETCH_TTL_CALC(rep.ttl); in load_msg()
H A Dremote.c1872 d->prefetch_ttl = inf->expired; in zone_del_msg()
1964 d->prefetch_ttl = inf->expired; in bogus_del_msg()
2048 d->prefetch_ttl = inf->expired; in negative_del_msg()
H A Dworker.c1848 *worker->env.now >= rep->prefetch_ttl) || in worker_handle_request()
/freebsd/contrib/unbound/edns-subnet/
H A Dsubnetmod.c504 if (prefetch && *qstate->env->now >= ((struct reply_info *)node->elem)->prefetch_ttl) { in lookup_and_reply()
/freebsd/contrib/unbound/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()
2605 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl); in az_add_negative_soa()
/freebsd/contrib/unbound/validator/
H A Dvalidator.c2496 vq->orig_msg->rep->prefetch_ttl = in processFinished()
/freebsd/contrib/unbound/contrib/
H A Dfastrpz.patch2958 (int)msg->rep->prefetch_ttl);