Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nsd/dist/
H A Doptions.h177 char* dnstap_tls_cert_bundle; member
H A Dnsd-checkconf.c473 SERV_GET_STR(dnstap_tls_cert_bundle, o); in config_print_zone()
720 print_string_var("dnstap-tls-cert-bundle:", opt->dnstap_tls_cert_bundle); in config_test_print_server()
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))… in yyparse()
H A Doptions.c122 opt->dnstap_tls_cert_bundle = NULL; in nsd_options_create()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfig_file.h563 char* dnstap_tls_cert_bundle; member
H A Dconfig_file.c750 else S_STR("dnstap-tls-cert-bundle:", dnstap_tls_cert_bundle) in config_set_option()
1220 else O_STR(opt, "dnstap-tls-cert-bundle", dnstap_tls_cert_bundle) in config_get_option()
1681 free(cfg->dnstap_tls_cert_bundle); in config_delete()
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); in yyparse()
6846 cfg_parser->cfg->dnstap_tls_cert_bundle = (yyvsp[0].str); in yyparse()
/netbsd-src/external/bsd/nsd/dist/dnstap/
H A Ddnstap_collector.c300 nsd->options->dnstap_tls_cert_bundle, in dt_init_dnstap()
/netbsd-src/external/bsd/unbound/dist/dnstap/
H A Ddtstream.c427 if(cfg->dnstap_tls_cert_bundle) { in dt_io_thread_apply_cfg()
431 cfg->dnstap_tls_cert_bundle, 0); in dt_io_thread_apply_cfg()