| /src/external/bsd/nsd/dist/ |
| options.h | 211 int dnstap_tls; member in struct:nsd_options
|
| nsd-checkconf.c | 480 SERV_GET_BIN(dnstap_tls, o); 756 printf("\tdnstap-tls: %s\n", opt->dnstap_tls?"yes":"no");
|
| configparser.y | 785 { cfg_parser->opt->dnstap_tls = $2; }
|
| configparser.c | 2539 { cfg_parser->opt->dnstap_tls = (yyvsp[0].bln); }
|
| options.c | 130 opt->dnstap_tls = 1;
|
| /src/external/bsd/unbound/dist/util/ |
| config_file.h | 588 int dnstap_tls; member in struct:config_file
|
| config_file.c | 339 cfg->dnstap_tls = 1; 814 else S_YNO("dnstap-tls:", dnstap_tls) 1304 else O_YNO(opt, "dnstap-tls", dnstap_tls)
|
| configparser.y | 3569 else cfg_parser->cfg->dnstap_tls = (strcmp($2, "yes")==0);
|
| configparser.c | 7131 else cfg_parser->cfg->dnstap_tls = (strcmp((yyvsp[0].str), "yes")==0);
|
| /src/external/bsd/nsd/dist/dnstap/ |
| dnstap_collector.c | 298 nsd->options->dnstap_ip, num_workers, nsd->options->dnstap_tls,
|
| /src/external/bsd/unbound/dist/dnstap/ |
| dtstream.c | 346 if(cfg->dnstap_tls)
|
| /src/external/bsd/unbound/dist/daemon/ |
| remote.c | 6084 COPY_VAR_int(dnstap_tls);
|