Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/unbound/services/cache/
HDdns.c572 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl); in tomsg()
628 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl); in rrset_msg()
666 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl); in synth_dname_msg()
725 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(newd->ttl); in synth_dname_msg()
/freebsd-11-stable/contrib/unbound/util/data/
HDmsgreply.h63 #define PREFETCH_TTL_CALC(ttl) ((ttl) - (ttl)/10) macro
HDmsgreply.c437 rep->prefetch_ttl = PREFETCH_TTL_CALC(rep->ttl); in parse_copy_decompress()
/freebsd-11-stable/contrib/unbound/ipsecmod/
HDipsecmod.c435 qstate->return_msg->rep->prefetch_ttl = PREFETCH_TTL_CALC( in ipsecmod_handle_query()
/freebsd-11-stable/contrib/unbound/cachedb/
HDcachedb.c481 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl); in adjust_msg_ttl()
/freebsd-11-stable/contrib/unbound/daemon/
HDcachedump.c655 rep.prefetch_ttl = PREFETCH_TTL_CALC(rep.ttl); in load_msg()
/freebsd-11-stable/contrib/unbound/services/
HDauthzone.c190 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl); in msg_ttl()
196 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl); in msg_ttl()
2358 msg->rep->prefetch_ttl = PREFETCH_TTL_CALC(msg->rep->ttl); in az_add_negative_soa()
/freebsd-11-stable/contrib/unbound/validator/
HDvalidator.c2085 PREFETCH_TTL_CALC(vq->orig_msg->rep->ttl); in processFinished()
/freebsd-11-stable/contrib/unbound/iterator/
HDiterator.c367 err.prefetch_ttl = PREFETCH_TTL_CALC(err.ttl); in error_response_cache()