Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/unbound/services/cache/
Ddns.c649 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl); in tomsg()
710 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl); in rrset_msg()
749 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl); in synth_dname_msg()
809 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(newd->ttl); in synth_dname_msg()
/freebsd-12-stable/contrib/unbound/util/data/
Dmsgreply.h64 #define PREFETCH_TTL_CALC(ttl) ((ttl) - (ttl)/10) macro
Dmsgreply.c478 rep->prefetch_ttl = PREFETCH_TTL_CALC(rep->ttl); in parse_copy_decompress()
/freebsd-12-stable/contrib/unbound/ipsecmod/
Dipsecmod.c448 qstate->return_msg->rep->prefetch_ttl = PREFETCH_TTL_CALC( in ipsecmod_handle_query()
/freebsd-12-stable/contrib/unbound/cachedb/
Dcachedb.c505 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl); in adjust_msg_ttl()
/freebsd-12-stable/contrib/unbound/daemon/
Dcachedump.c667 rep.prefetch_ttl = PREFETCH_TTL_CALC(rep.ttl); in load_msg()
/freebsd-12-stable/contrib/unbound/validator/
Dvalidator.c2149 PREFETCH_TTL_CALC(vq->orig_msg->rep->ttl); in processFinished()
/freebsd-12-stable/contrib/unbound/services/
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()
/freebsd-12-stable/contrib/unbound/iterator/
Diterator.c357 err.prefetch_ttl = PREFETCH_TTL_CALC(err.ttl); in error_response_cache()