Home
last modified time | relevance | path

Searched refs:dnstap_socket_path (Results 1 – 13 of 13) sorted by relevance

/dports/dns/nsd/nsd-4.3.9/dnstap/
H A Ddnstap_collector.c275 if (nsd->options->dnstap_socket_path && in dt_init_dnstap()
276 nsd->options->dnstap_socket_path[0] == '/' && in dt_init_dnstap()
277 strncmp(nsd->options->dnstap_socket_path, in dt_init_dnstap()
279 nsd->options->dnstap_socket_path += l; in dt_init_dnstap()
282 dt_col->dt_env = dt_create(nsd->options->dnstap_socket_path, num_workers); in dt_init_dnstap()
/dports/dns/unbound/unbound-1.14.0/dnstap/
H A Ddnstap.c135 if(cfg->dnstap && cfg->dnstap_socket_path && cfg->dnstap_socket_path[0] && in dt_create()
137 char* p = cfg->dnstap_socket_path; in dt_create()
H A Ddtstream.c345 if(!cfg->dnstap_socket_path || in dt_io_thread_apply_cfg()
346 cfg->dnstap_socket_path[0]==0) { in dt_io_thread_apply_cfg()
351 nm = cfg->dnstap_socket_path; in dt_io_thread_apply_cfg()
/dports/dns/nsd/nsd-4.3.9/
H A Doptions.h158 char* dnstap_socket_path; member
H A Dnsd-checkconf.c453 SERV_GET_STR(dnstap_socket_path, o); in config_print_zone()
648 print_string_var("dnstap-socket-path:", opt->dnstap_socket_path); in config_test_print_server()
H A Dconfigparser.y586 { cfg_parser->opt->dnstap_socket_path = region_strdup(cfg_parser->opt->region, $2); }
H A Dnsd.conf.sample.in262 # dnstap-socket-path: "@dnstap_socket_path@"
H A Dconfigparser.c2477 … { cfg_parser->opt->dnstap_socket_path = region_strdup(cfg_parser->opt->region, (yyvsp[0].str)); } in yyparse()
H A Doptions.c116 opt->dnstap_socket_path = DNSTAP_SOCKET_PATH; in nsd_options_create()
/dports/dns/unbound/unbound-1.14.0/util/
H A Dconfig_file.h522 char* dnstap_socket_path; member
H A Dconfig_file.c317 if(!(cfg->dnstap_socket_path = strdup(DNSTAP_SOCKET_PATH))) in config_create()
701 else S_STR("dnstap-socket-path:", dnstap_socket_path) in config_set_option()
1142 else O_STR(opt, "dnstap-socket-path", dnstap_socket_path) in config_get_option()
1580 free(cfg->dnstap_socket_path); in config_delete()
H A Dconfigparser.y3130 free(cfg_parser->cfg->dnstap_socket_path);
3131 cfg_parser->cfg->dnstap_socket_path = $2;
H A Dconfigparser.c7037 free(cfg_parser->cfg->dnstap_socket_path); in yyparse()
7038 cfg_parser->cfg->dnstap_socket_path = (yyvsp[0].str); in yyparse()