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

/netbsd-current/external/bsd/unbound/dist/util/
H A Dconfig_file.h567 char* dnstap_tls_client_cert_file; member in struct:config_file
H A Dconfig_file.c753 dnstap_tls_client_cert_file)
1224 dnstap_tls_client_cert_file)
1683 free(cfg->dnstap_tls_client_cert_file);
H A Dconfigparser.y3431 free(cfg_parser->cfg->dnstap_tls_client_cert_file);
3432 cfg_parser->cfg->dnstap_tls_client_cert_file = $2;
H A Dconfigparser.c6865 free(cfg_parser->cfg->dnstap_tls_client_cert_file);
6866 cfg_parser->cfg->dnstap_tls_client_cert_file = (yyvsp[0].str);
/netbsd-current/external/bsd/nsd/dist/
H A Doptions.h181 char* dnstap_tls_client_cert_file; member in struct:nsd_options
H A Dnsd-checkconf.c475 SERV_GET_STR(dnstap_tls_client_cert_file, o);
722 print_string_var("dnstap-tls-client-cert-file:", opt->dnstap_tls_client_cert_file);
H A Dconfigparser.y637 { cfg_parser->opt->dnstap_tls_client_cert_file = region_strdup(cfg_parser->opt->region, $2); }
H A Dconfigparser.c2313 { cfg_parser->opt->dnstap_tls_client_cert_file = region_strdup(cfg_parser->opt->region, (yyvsp[0].str)); }
H A Doptions.c124 opt->dnstap_tls_client_cert_file = NULL;
/netbsd-current/external/bsd/unbound/dist/dnstap/
H A Ddtstream.c405 if(!cfg->dnstap_tls_client_cert_file ||
406 cfg->dnstap_tls_client_cert_file[0]==0) {
416 cfg->dnstap_tls_client_cert_file);
/netbsd-current/external/bsd/nsd/dist/dnstap/
H A Ddnstap_collector.c302 nsd->options->dnstap_tls_client_cert_file);

Completed in 414 milliseconds