Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfig_file.h434 int serve_expired_reply_ttl; member
H A Dconfig_file.c285 cfg->serve_expired_reply_ttl = 30; in config_create()
734 …{ IS_NUMBER_OR_ZERO; cfg->serve_expired_reply_ttl = atoi(val); SERVE_EXPIRED_REPLY_TTL=(time_t)cfg… in config_set_option()
1209 else O_DEC(opt, "serve-expired-reply-ttl", serve_expired_reply_ttl) in config_get_option()
2412 SERVE_EXPIRED_REPLY_TTL = (time_t)config->serve_expired_reply_ttl; in config_apply()
H A Dconfigparser.y2200 else cfg_parser->cfg->serve_expired_reply_ttl = atoi($2);
H A Dconfigparser.c5404 else cfg_parser->cfg->serve_expired_reply_ttl = atoi((yyvsp[0].str)); in yyparse()
/freebsd/contrib/unbound/services/cache/
H A Ddns.c615 now_control = r->ttl - env->cfg->serve_expired_reply_ttl; in tomsg()