HomeSort by: relevance | last modified time | path
    Searched refs:host_ttl (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/unbound/dist/testcode/
unitinfra.c 82 *now += cfg->host_ttl + 10;
102 cfg->host_ttl = cfg->host_ttl + *now < probedelay
103 ?cfg->host_ttl :probedelay + 10;
154 now += cfg->host_ttl + 10;
163 unit_assert( d->ttl == now+cfg->host_ttl );
178 now += cfg->host_ttl + 10;
  /src/external/bsd/unbound/dist/services/cache/
infra.h 129 int host_ttl; member in struct:infra_cache
infra.c 362 infra->host_ttl = cfg->host_ttl;
447 infra->host_ttl = cfg->host_ttl;
532 data->ttl = timenow + infra->host_ttl;
  /src/external/bsd/unbound/dist/util/
config_file.h 202 int host_ttl; member in struct:config_file
config_file.c 181 cfg->host_ttl = 900;
695 else S_NUMBER_OR_ZERO("infra-host-ttl:", host_ttl)
1152 else O_DEC(opt, "infra-host-ttl", host_ttl)
configparser.y 1776 else cfg_parser->cfg->host_ttl = atoi($2);
configparser.c 4858 else cfg_parser->cfg->host_ttl = atoi((yyvsp[0].str));
  /src/external/bsd/unbound/dist/pythonmod/
interface.i 994 int host_ttl;
  /src/external/bsd/unbound/dist/daemon/
remote.c 5032 FR_CHECK_CHANGED_CFG("infra-host-ttl", host_ttl, changed_str);
6087 COPY_VAR_int(host_ttl);
6519 infra->host_ttl = cfg->host_ttl;

Completed in 35 milliseconds