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

/netbsd-current/external/bsd/unbound/dist/util/
H A Dconfig_file.h563 char* dnstap_tls_cert_bundle; member in struct:config_file
H A Dconfig_file.c750 else S_STR("dnstap-tls-cert-bundle:", dnstap_tls_cert_bundle)
1220 else O_STR(opt, "dnstap-tls-cert-bundle", dnstap_tls_cert_bundle)
1681 free(cfg->dnstap_tls_cert_bundle);
H A Dconfigparser.y3417 free(cfg_parser->cfg->dnstap_tls_cert_bundle);
3418 cfg_parser->cfg->dnstap_tls_cert_bundle = $2;
H A Dconfigparser.c6845 free(cfg_parser->cfg->dnstap_tls_cert_bundle);
6846 cfg_parser->cfg->dnstap_tls_cert_bundle = (yyvsp[0].str);
/netbsd-current/external/bsd/nsd/dist/
H A Doptions.h177 char* dnstap_tls_cert_bundle; member in struct:nsd_options
H A Dnsd-checkconf.c473 SERV_GET_STR(dnstap_tls_cert_bundle, o);
720 print_string_var("dnstap-tls-cert-bundle:", opt->dnstap_tls_cert_bundle);
H A Dconfigparser.y633 { cfg_parser->opt->dnstap_tls_cert_bundle = region_strdup(cfg_parser->opt->region, $2); }
H A Dconfigparser.c2301 { cfg_parser->opt->dnstap_tls_cert_bundle = region_strdup(cfg_parser->opt->region, (yyvsp[0].str)); }
H A Doptions.c122 opt->dnstap_tls_cert_bundle = NULL;
/netbsd-current/external/bsd/nsd/dist/dnstap/
H A Ddnstap_collector.c300 nsd->options->dnstap_tls_cert_bundle,
/netbsd-current/external/bsd/unbound/dist/dnstap/
H A Ddtstream.c427 if(cfg->dnstap_tls_cert_bundle) {
431 cfg->dnstap_tls_cert_bundle, 0);

Completed in 334 milliseconds