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

  /src/external/bsd/nsd/dist/
options.h 88 int hide_identity; member in struct:nsd_options
nsd-checkconf.c 412 SERV_GET_BIN(hide_identity, o);
633 printf("\thide-identity: %s\n", opt->hide_identity?"yes":"no");
configparser.y 325 { cfg_parser->opt->hide_identity = $2; }
query.c 593 if(!nsd->options->hide_identity) {
configparser.c 1764 { cfg_parser->opt->hide_identity = (yyvsp[0].bln); }
options.c 73 opt->hide_identity = 0;
  /src/external/bsd/unbound/dist/util/
config_file.h 370 int hide_identity; member in struct:config_file
config_file.c 254 cfg->hide_identity = 0;
693 else S_YNO("hide-identity:", hide_identity)
1206 else O_YNO(opt, "hide-identity", hide_identity)
configparser.y 1489 else cfg_parser->cfg->hide_identity = (strcmp($2, "yes")==0);
configparser.c 4470 else cfg_parser->cfg->hide_identity = (strcmp((yyvsp[0].str), "yes")==0);
  /src/external/bsd/unbound/dist/pythonmod/
interface.i 1025 int hide_identity;
  /src/external/bsd/unbound/dist/daemon/
worker.c 1101 if(cfg->hide_identity)
remote.c 5970 COPY_VAR_int(hide_identity);

Completed in 76 milliseconds