Searched refs:dnstap_tls (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/testdata/dnstap_tls.tdir/ |
H A D | dnstap_tls.dsc | 1 BaseName: dnstap_tls 11 Pre: dnstap_tls.pre 12 Post: dnstap_tls.post 13 Test: dnstap_tls.test
|
H A D | dnstap_tls.pre | 1 # #-- 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 D | dnstap_tls.post | 1 # #-- dnstap_tls.post --#
|
H A D | dnstap_tls.test | 1 # #-- dnstap_tls.test --#
|
/netbsd-src/external/bsd/nsd/dist/ |
H A D | options.h | 173 int dnstap_tls; member
|
H A D | nsd-checkconf.c | 471 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 D | configparser.y | 629 { cfg_parser->opt->dnstap_tls = $2; }
|
H A D | configparser.c | 2289 { cfg_parser->opt->dnstap_tls = (yyvsp[0].bln); } in yyparse()
|
H A D | options.c | 120 opt->dnstap_tls = 1; in nsd_options_create()
|
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | config_file.h | 559 int dnstap_tls; member
|
H A D | config_file.c | 332 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 D | configparser.y | 3403 else cfg_parser->cfg->dnstap_tls = (strcmp($2, "yes")==0);
|
H A D | configparser.c | 6825 else cfg_parser->cfg->dnstap_tls = (strcmp((yyvsp[0].str), "yes")==0); in yyparse()
|
/netbsd-src/external/bsd/nsd/dist/dnstap/ |
H A D | dnstap_collector.c | 298 nsd->options->dnstap_ip, num_workers, nsd->options->dnstap_tls, in dt_init_dnstap()
|
/netbsd-src/external/bsd/unbound/dist/dnstap/ |
H A D | dtstream.c | 340 if(cfg->dnstap_tls) in dt_io_thread_apply_cfg()
|