Searched refs:serve_expired_ttl (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/unbound/cachedb/
H A Dredis.c287 (!env->cfg->serve_expired || env->cfg->serve_expired_ttl > 0));
300 ttl += env->cfg->serve_expired_ttl;
H A Dcachedb.c482 msg->rep->serve_expired_ttl = msg->rep->ttl + SERVE_EXPIRED_TTL;
/freebsd-11-stable/contrib/unbound/services/cache/
H A Ddns.c549 if(env->cfg->serve_expired_ttl &&
550 r->serve_expired_ttl < now) {
573 msg->rep->serve_expired_ttl = msg->rep->ttl + SERVE_EXPIRED_TTL;
629 msg->rep->serve_expired_ttl = msg->rep->ttl + SERVE_EXPIRED_TTL;
667 msg->rep->serve_expired_ttl = msg->rep->ttl + SERVE_EXPIRED_TTL;
726 msg->rep->serve_expired_ttl = newd->ttl + SERVE_EXPIRED_TTL;
/freebsd-11-stable/contrib/unbound/ipsecmod/
H A Dipsecmod.c437 qstate->return_msg->rep->serve_expired_ttl = qstate->return_msg->rep->ttl +
438 qstate->env->cfg->serve_expired_ttl;
/freebsd-11-stable/contrib/unbound/util/data/
H A Dmsgreply.h163 time_t serve_expired_ttl; member in struct:reply_info
H A Dmsgreply.c114 rep->serve_expired_ttl = expttl;
438 rep->serve_expired_ttl = rep->ttl + SERVE_EXPIRED_TTL;
521 rep->serve_expired_ttl += timenow;
708 rep->ttl, rep->prefetch_ttl, rep->serve_expired_ttl,
/freebsd-11-stable/contrib/unbound/iterator/
H A Diterator.c325 qstate->env->cfg->serve_expired_ttl >
326 rep->serve_expired_ttl) {
327 rep->serve_expired_ttl =
329 qstate->env->cfg->serve_expired_ttl;
368 err.serve_expired_ttl = NORR_TTL;
3443 if(from->rep->serve_expired_ttl < to->rep->serve_expired_ttl)
3444 to->rep->serve_expired_ttl = from->rep->serve_expired_ttl;
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h387 int serve_expired_ttl; member in struct:config_file
H A Dconfig_file.c260 cfg->serve_expired_ttl = 0;
645 { IS_NUMBER_OR_ZERO; cfg->serve_expired_ttl = atoi(val); SERVE_EXPIRED_TTL=(time_t)cfg->serve_expired_ttl;}
1067 else O_DEC(opt, "serve-expired-ttl", serve_expired_ttl)
2131 SERVE_EXPIRED_TTL = (time_t)config->serve_expired_ttl;
H A Dconfigparser.y1907 else cfg_parser->cfg->serve_expired_ttl = atoi($2);
/freebsd-11-stable/contrib/unbound/daemon/
H A Dcachedump.c656 rep.serve_expired_ttl = rep.ttl + SERVE_EXPIRED_TTL;
H A Dworker.c652 if(worker->env.cfg->serve_expired_ttl &&
653 rep->serve_expired_ttl < timenow)
H A Dremote.c1707 d->serve_expired_ttl = inf->expired;
/freebsd-11-stable/contrib/unbound/dns64/
H A Ddns64.c838 rep->ttl, rep->prefetch_ttl, rep->serve_expired_ttl,
/freebsd-11-stable/contrib/unbound/validator/
H A Dvalidator.c2086 vq->orig_msg->rep->serve_expired_ttl =
2087 vq->orig_msg->rep->ttl + qstate->env->cfg->serve_expired_ttl;
/freebsd-11-stable/contrib/unbound/respip/
H A Drespip.c663 rep->serve_expired_ttl, an_numrrsets, 0, 0, an_numrrsets,
/freebsd-11-stable/contrib/unbound/services/
H A Dauthzone.c191 msg->rep->serve_expired_ttl = msg->rep->ttl + SERVE_EXPIRED_TTL;
197 msg->rep->serve_expired_ttl = msg->rep->ttl + SERVE_EXPIRED_TTL;
2359 msg->rep->serve_expired_ttl = msg->rep->ttl + SERVE_EXPIRED_TTL;

Completed in 197 milliseconds