Searched refs:serve_expired_reply_ttl (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h391 int serve_expired_reply_ttl; member in struct:config_file
H A Dconfig_file.c262 cfg->serve_expired_reply_ttl = 30;
648 { IS_NUMBER_OR_ZERO; cfg->serve_expired_reply_ttl = atoi(val); SERVE_EXPIRED_REPLY_TTL=(time_t)cfg->serve_expired_reply_ttl;}
1069 else O_DEC(opt, "serve-expired-reply-ttl", serve_expired_reply_ttl)
2132 SERVE_EXPIRED_REPLY_TTL = (time_t)config->serve_expired_reply_ttl;
H A Dconfigparser.y1925 else cfg_parser->cfg->serve_expired_reply_ttl = atoi($2);
/freebsd-11-stable/contrib/unbound/cachedb/
H A Dcachedb.c258 if(env->cfg->serve_expired_reply_ttl)
/freebsd-11-stable/contrib/unbound/services/cache/
H A Ddns.c558 now_control = r->ttl - env->cfg->serve_expired_reply_ttl;

Completed in 94 milliseconds