Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfig_file.h587 int dnstap_tls; member
H A Dconfig_file.c344 cfg->dnstap_tls = 1; in config_create()
784 else S_YNO("dnstap-tls:", dnstap_tls) in config_set_option()
1272 else O_YNO(opt, "dnstap-tls", dnstap_tls) in config_get_option()
H A Dconfigparser.y3550 else cfg_parser->cfg->dnstap_tls = (strcmp($2, "yes")==0);
H A Dconfigparser.c7107 else cfg_parser->cfg->dnstap_tls = (strcmp((yyvsp[0].str), "yes")==0); in yyparse()
/freebsd/contrib/unbound/dnstap/
H A Ddtstream.c346 if(cfg->dnstap_tls) in dt_io_thread_apply_cfg()