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

  /src/external/bsd/unbound/dist/dnstap/
dnstap.c 201 if (cfg->dnstap_identity == NULL || cfg->dnstap_identity[0] == 0) {
209 env->identity = strdup(cfg->dnstap_identity);
  /src/external/bsd/nsd/dist/dnstap/
dnstap.c 635 if (cfg->dnstap_identity == NULL || cfg->dnstap_identity[0] == 0) {
643 env->identity = strdup(cfg->dnstap_identity);
  /src/external/bsd/nsd/dist/
options.h 225 char* dnstap_identity; member in struct:nsd_options
nsd-checkconf.c 487 SERV_GET_STR(dnstap_identity, o);
763 print_string_var("dnstap-identity:", opt->dnstap_identity);
configparser.y 799 { cfg_parser->opt->dnstap_identity = region_strdup(cfg_parser->opt->region, $2); }
configparser.c 2581 { cfg_parser->opt->dnstap_identity = region_strdup(cfg_parser->opt->region, (yyvsp[0].str)); }
options.c 137 opt->dnstap_identity = NULL;
  /src/external/bsd/unbound/dist/util/
config_file.h 606 char* dnstap_identity; member in struct:config_file
config_file.c 835 else S_STR("dnstap-identity:", dnstap_identity)
1329 else O_STR(opt, "dnstap-identity", dnstap_identity)
1841 free(cfg->dnstap_identity);
configparser.y 3646 free(cfg_parser->cfg->dnstap_identity);
3647 cfg_parser->cfg->dnstap_identity = $2;
configparser.c 7249 free(cfg_parser->cfg->dnstap_identity);
7250 cfg_parser->cfg->dnstap_identity = (yyvsp[0].str);
  /src/external/bsd/unbound/dist/daemon/
remote.c 5045 FR_CHECK_CHANGED_CFG_STR("dnstap-identity", dnstap_identity, changed_str);
5310 m += getmem_str(cfg->dnstap_identity);
6286 COPY_VAR_ptr(dnstap_identity);

Completed in 50 milliseconds