HomeSort by: relevance | last modified time | path
    Searched refs:serve_expired_reply_ttl (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/unbound/dist/util/
config_file.h 441 int serve_expired_reply_ttl; member in struct:config_file
config_file.c 290 cfg->serve_expired_reply_ttl = 30;
774 { IS_NUMBER_OR_ZERO; cfg->serve_expired_reply_ttl = atoi(val); SERVE_EXPIRED_REPLY_TTL=(time_t)cfg->serve_expired_reply_ttl;}
1254 else O_DEC(opt, "serve-expired-reply-ttl", serve_expired_reply_ttl)
2510 SERVE_EXPIRED_REPLY_TTL = (time_t)config->serve_expired_reply_ttl;
configparser.y 2234 else cfg_parser->cfg->serve_expired_reply_ttl = atoi($2);
configparser.c 5460 else cfg_parser->cfg->serve_expired_reply_ttl = atoi((yyvsp[0].str));
  /src/external/bsd/unbound/dist/daemon/
remote.c 6200 COPY_VAR_int(serve_expired_reply_ttl);

Completed in 85 milliseconds