Searched refs:host_ttl (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/unbound/services/cache/
H A Dinfra.h116 int host_ttl; member in struct:infra_cache
H A Dinfra.c246 infra->host_ttl = cfg->host_ttl;
300 infra->host_ttl = cfg->host_ttl;
384 data->ttl = timenow + infra->host_ttl;
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h177 int host_ttl; member in struct:config_file
H A Dconfig_file.c162 cfg->host_ttl = 900;
578 else S_NUMBER_OR_ZERO("infra-host-ttl:", host_ttl)
991 else O_DEC(opt, "infra-host-ttl", host_ttl)
H A Dconfigparser.y1524 else cfg_parser->cfg->host_ttl = atoi($2);

Completed in 163 milliseconds