Home
last modified time | relevance | path

Searched refs:dnstap_tls (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/testdata/dnstap_tls.tdir/
H A Ddnstap_tls.dsc1 BaseName: dnstap_tls
11 Pre: dnstap_tls.pre
12 Post: dnstap_tls.post
13 Test: dnstap_tls.test
H A Ddnstap_tls.pre1 # #-- dnstap_tls.pre--#
24 $LDNS_TESTNS -p $FWD_PORT dnstap_tls.testns >fwd.log 2>&1 &
45 … -e 's/@CONTROL_PORT\@/'$CONTROL_PORT'/' -e 's/@TAPPORT\@/'$TAP_PORT'/' < dnstap_tls.conf > ub.conf
H A Ddnstap_tls.post1 # #-- dnstap_tls.post --#
H A Ddnstap_tls.test1 # #-- dnstap_tls.test --#
/netbsd-src/external/bsd/nsd/dist/
H A Doptions.h173 int dnstap_tls; member
H A Dnsd-checkconf.c471 SERV_GET_BIN(dnstap_tls, o); in config_print_zone()
718 printf("\tdnstap-tls: %s\n", opt->dnstap_tls?"yes":"no"); in config_test_print_server()
H A Dconfigparser.y629 { cfg_parser->opt->dnstap_tls = $2; }
H A Dconfigparser.c2289 { cfg_parser->opt->dnstap_tls = (yyvsp[0].bln); } in yyparse()
H A Doptions.c120 opt->dnstap_tls = 1; in nsd_options_create()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfig_file.h559 int dnstap_tls; member
H A Dconfig_file.c332 cfg->dnstap_tls = 1; in config_create()
748 else S_YNO("dnstap-tls:", dnstap_tls) in config_set_option()
1218 else O_YNO(opt, "dnstap-tls", dnstap_tls) in config_get_option()
H A Dconfigparser.y3403 else cfg_parser->cfg->dnstap_tls = (strcmp($2, "yes")==0);
H A Dconfigparser.c6825 else cfg_parser->cfg->dnstap_tls = (strcmp((yyvsp[0].str), "yes")==0); in yyparse()
/netbsd-src/external/bsd/nsd/dist/dnstap/
H A Ddnstap_collector.c298 nsd->options->dnstap_ip, num_workers, nsd->options->dnstap_tls, in dt_init_dnstap()
/netbsd-src/external/bsd/unbound/dist/dnstap/
H A Ddtstream.c340 if(cfg->dnstap_tls) in dt_io_thread_apply_cfg()