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

/netbsd-current/external/bsd/unbound/dist/services/cache/
H A Dinfra.h116 int host_ttl; member in struct:infra_cache
H A Dinfra.c254 infra->host_ttl = cfg->host_ttl;
308 infra->host_ttl = cfg->host_ttl;
392 data->ttl = timenow + infra->host_ttl;
/netbsd-current/external/bsd/unbound/dist/util/
H A Dconfig_file.h192 int host_ttl; member in struct:config_file
H A Dconfig_file.c171 cfg->host_ttl = 900;
630 else S_NUMBER_OR_ZERO("infra-host-ttl:", host_ttl)
1067 else O_DEC(opt, "infra-host-ttl", host_ttl)
H A Dconfigparser.y1666 else cfg_parser->cfg->host_ttl = atoi($2);
H A Dconfigparser.c4611 else cfg_parser->cfg->host_ttl = atoi((yyvsp[0].str));
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dunitmain.c491 now += cfg->host_ttl + 10;
499 unit_assert( d->ttl == now+cfg->host_ttl );
514 now += cfg->host_ttl + 10;
/netbsd-current/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i994 int host_ttl;

Completed in 188 milliseconds