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

  /src/external/bsd/unbound/dist/util/
config_file.h 378 int hide_trustanchor; member in struct:config_file
config_file.c 261 cfg->hide_trustanchor = 0;
706 else S_YNO("hide-trustanchor:", hide_trustanchor)
1223 else O_YNO(opt, "hide-trustanchor", hide_trustanchor)
configparser.y 1531 else cfg_parser->cfg->hide_trustanchor = (strcmp($2, "yes")==0);
configparser.c 4538 else cfg_parser->cfg->hide_trustanchor = (strcmp((yyvsp[0].str), "yes")==0);
  /src/external/bsd/unbound/dist/daemon/
worker.c 1170 if(cfg->hide_trustanchor)
remote.c 6167 COPY_VAR_int(hide_trustanchor);

Completed in 112 milliseconds