Home
last modified time | relevance | path

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

/freebsd-head/contrib/unbound/util/
HDconfig_file.h588 int dnstap_tls; member
HDconfig_file.c339 cfg->dnstap_tls = 1; in config_create()
807 else S_YNO("dnstap-tls:", dnstap_tls) in config_set_option()
1296 else O_YNO(opt, "dnstap-tls", dnstap_tls) in config_get_option()
HDconfigparser.y3566 else cfg_parser->cfg->dnstap_tls = (strcmp($2, "yes")==0);
HDconfigparser.c7171 else cfg_parser->cfg->dnstap_tls = (strcmp((yyvsp[0].str), "yes")==0); in yyparse()
/freebsd-head/contrib/unbound/dnstap/
HDdtstream.c346 if(cfg->dnstap_tls) in dt_io_thread_apply_cfg()
/freebsd-head/contrib/unbound/daemon/
HDremote.c5728 COPY_VAR_int(dnstap_tls); in fr_atomic_copy_cfg()