Home
last modified time | relevance | path

Searched refs:host_ttl (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/unbound/services/cache/
H A Dinfra.c339 infra->host_ttl = cfg->host_ttl; in infra_create()
408 infra->host_ttl = cfg->host_ttl; in infra_adjust()
493 data->ttl = timenow + infra->host_ttl; in data_entry_init()
H A Dinfra.h116 int host_ttl; member
/freebsd/contrib/unbound/util/
H A Dconfig_file.h197 int host_ttl; member
H A Dconfig_file.c176 cfg->host_ttl = 900; in config_create()
656 else S_NUMBER_OR_ZERO("infra-host-ttl:", host_ttl) in config_set_option()
1109 else O_DEC(opt, "infra-host-ttl", host_ttl) in config_get_option()
H A Dconfigparser.y1742 else cfg_parser->cfg->host_ttl = atoi($2);
H A Dconfigparser.c4802 else cfg_parser->cfg->host_ttl = atoi((yyvsp[0].str)); in yyparse()