Home
last modified time | relevance | path

Searched refs:max_negative_ttl (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfig_file.h317 int max_negative_ttl; member
H A Dconfig_file.c175 cfg->max_negative_ttl = 3600; in config_create()
616 { IS_NUMBER_OR_ZERO; cfg->max_negative_ttl = atoi(val); MAX_NEG_TTL=(time_t)cfg->max_negative_ttl;} in config_set_option()
1065 else O_DEC(opt, "cache-max-negative-ttl", max_negative_ttl) in config_get_option()
2309 MAX_NEG_TTL = (time_t)config->max_negative_ttl; in config_apply()
H A Dconfigparser.y2002 else cfg_parser->cfg->max_negative_ttl = atoi($2);
H A Dconfigparser.c5052 else cfg_parser->cfg->max_negative_ttl = atoi((yyvsp[0].str)); in yyparse()