Searched refs:dnstap_tls_client_key_file (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/bsd/unbound/dist/util/
H A Dconfig_file.h565 char* dnstap_tls_client_key_file; member in struct:config_file
H A Dconfig_file.c751 else S_STR("dnstap-tls-client-key-file:", dnstap_tls_client_key_file)
1222 dnstap_tls_client_key_file)
1682 free(cfg->dnstap_tls_client_key_file);
H A Dconfigparser.y3424 free(cfg_parser->cfg->dnstap_tls_client_key_file);
3425 cfg_parser->cfg->dnstap_tls_client_key_file = $2;
H A Dconfigparser.c6855 free(cfg_parser->cfg->dnstap_tls_client_key_file);
6856 cfg_parser->cfg->dnstap_tls_client_key_file = (yyvsp[0].str);
/netbsd-current/external/bsd/nsd/dist/
H A Doptions.h179 char* dnstap_tls_client_key_file; member in struct:nsd_options
H A Dnsd-checkconf.c474 SERV_GET_STR(dnstap_tls_client_key_file, o);
721 print_string_var("dnstap-tls-client-key-file:", opt->dnstap_tls_client_key_file);
H A Dconfigparser.y635 { cfg_parser->opt->dnstap_tls_client_key_file = region_strdup(cfg_parser->opt->region, $2); }
H A Dconfigparser.c2307 { cfg_parser->opt->dnstap_tls_client_key_file = region_strdup(cfg_parser->opt->region, (yyvsp[0].str)); }
H A Doptions.c123 opt->dnstap_tls_client_key_file = NULL;
/netbsd-current/external/bsd/unbound/dist/dnstap/
H A Ddtstream.c395 if(cfg->dnstap_tls_client_key_file &&
396 cfg->dnstap_tls_client_key_file[0]) {
400 cfg->dnstap_tls_client_key_file);
/netbsd-current/external/bsd/nsd/dist/dnstap/
H A Ddnstap_collector.c301 nsd->options->dnstap_tls_client_key_file,

Completed in 369 milliseconds