Home
last modified time | relevance | path

Searched refs:SERVE_EXPIRED_TTL (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/unbound/cachedb/
HDcachedb.c463 (SERVE_EXPIRED_TTL && in good_expiry_and_qinfo()
464 *qstate->env->now - (time_t)expiry > SERVE_EXPIRED_TTL))) in good_expiry_and_qinfo()
499 msg->rep->serve_expired_ttl = msg->rep->ttl + SERVE_EXPIRED_TTL; in adjust_msg_ttl()
527 msg->rep->serve_expired_ttl = msg->rep->ttl + SERVE_EXPIRED_TTL; in set_msg_ttl()
/freebsd-13-stable/contrib/unbound/util/data/
HDmsgparse.h91 extern time_t SERVE_EXPIRED_TTL;
HDmsgreply.c69 time_t SERVE_EXPIRED_TTL = 0; variable
183 if(SERVE_EXPIRED_TTL && rep->serve_expired_ttl < timenow) return 0; in reply_info_can_answer_expired()
195 if(SERVE_EXPIRED_TTL && rep->serve_expired_ttl < timenow && in reply_info_could_use_expired()
519 rep->serve_expired_ttl = rep->ttl + SERVE_EXPIRED_TTL; in parse_copy_decompress()
/freebsd-13-stable/contrib/unbound/services/cache/
HDdns.c133 rep->serve_expired_ttl = rep->ttl + SERVE_EXPIRED_TTL; in store_rrsets()
630 msg->rep->serve_expired_ttl = msg->rep->ttl + SERVE_EXPIRED_TTL; in tomsg()
714 msg->rep->serve_expired_ttl = msg->rep->ttl + SERVE_EXPIRED_TTL; in rrset_msg()
754 msg->rep->serve_expired_ttl = msg->rep->ttl + SERVE_EXPIRED_TTL; in synth_dname_msg()
815 msg->rep->serve_expired_ttl = newd->ttl + SERVE_EXPIRED_TTL; in synth_dname_msg()
/freebsd-13-stable/contrib/unbound/daemon/
HDcachedump.c668 rep.serve_expired_ttl = rep.ttl + SERVE_EXPIRED_TTL; in load_msg()
/freebsd-13-stable/contrib/unbound/util/
HDconfig_file.c729 …{ IS_NUMBER_OR_ZERO; cfg->serve_expired_ttl = atoi(val); SERVE_EXPIRED_TTL=(time_t)cfg->serve_expi… in config_set_option()
2410 SERVE_EXPIRED_TTL = (time_t)config->serve_expired_ttl; in config_apply()
/freebsd-13-stable/contrib/unbound/iterator/
HDiterator.c420 msg->rep->serve_expired_ttl = msg->rep->ttl + SERVE_EXPIRED_TTL; in iter_prepend()
437 msg->rep->serve_expired_ttl = msg->rep->ttl + SERVE_EXPIRED_TTL; in iter_prepend()
/freebsd-13-stable/contrib/unbound/services/
HDauthzone.c196 msg->rep->serve_expired_ttl = msg->rep->ttl + SERVE_EXPIRED_TTL; in msg_ttl()
202 msg->rep->serve_expired_ttl = msg->rep->ttl + SERVE_EXPIRED_TTL; in msg_ttl()
2606 msg->rep->serve_expired_ttl = msg->rep->ttl + SERVE_EXPIRED_TTL; in az_add_negative_soa()