Searched refs:max_negative_ttl (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h295 int max_negative_ttl; member in struct:config_file
H A Dconfig_file.c166 cfg->max_negative_ttl = 3600;
570 { IS_NUMBER_OR_ZERO; cfg->max_negative_ttl = atoi(val); MAX_NEG_TTL=(time_t)cfg->max_negative_ttl;}
989 else O_DEC(opt, "cache-max-negative-ttl", max_negative_ttl)
2134 MAX_NEG_TTL = (time_t)config->max_negative_ttl;
H A Dconfigparser.y1831 else cfg_parser->cfg->max_negative_ttl = atoi($2);

Completed in 132 milliseconds