Home
last modified time | relevance | path

Searched refs:PREFETCH_TTL_CALC (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/unbound/services/cache/
H A Ddns.c132 rep->prefetch_ttl = PREFETCH_TTL_CALC(rep->ttl); in store_rrsets()
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()
/freebsd/contrib/unbound/util/data/
H A Dmsgreply.h65 #define PREFETCH_TTL_CALC(ttl) ((ttl) - (ttl)/10) macro
H A Dmsgreply.c518 rep->prefetch_ttl = PREFETCH_TTL_CALC(rep->ttl); in parse_copy_decompress()
/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/ipsecmod/
H A Dipsecmod.c448 qstate->return_msg->rep->prefetch_ttl = PREFETCH_TTL_CALC( in ipsecmod_handle_query()
/freebsd/contrib/unbound/daemon/
H A Dcachedump.c667 rep.prefetch_ttl = PREFETCH_TTL_CALC(rep.ttl); in load_msg()
/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()
/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.c2497 PREFETCH_TTL_CALC(vq->orig_msg->rep->ttl); in processFinished()