Home
last modified time | relevance | path

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

/netbsd/external/bsd/nsd/dist/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()
/netbsd/external/bsd/unbound/dist/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.c350 if(!cfg->dnstap_socket_path || in dt_io_thread_apply_cfg()
351 cfg->dnstap_socket_path[0]==0) { in dt_io_thread_apply_cfg()
356 nm = cfg->dnstap_socket_path; in dt_io_thread_apply_cfg()
/netbsd/external/bsd/nsd/dist/
H A Doptions.h166 char* dnstap_socket_path; member
H A Dnsd-checkconf.c470 SERV_GET_STR(dnstap_socket_path, o); in config_print_zone()
701 print_string_var("dnstap-socket-path:", opt->dnstap_socket_path); in config_test_print_server()
H A Dconfigparser.y617 { cfg_parser->opt->dnstap_socket_path = region_strdup(cfg_parser->opt->region, $2); }
H A Dnsd.conf.sample.in303 # dnstap-socket-path: "@dnstap_socket_path@"
H A Dconfigparser.c2261 … { cfg_parser->opt->dnstap_socket_path = region_strdup(cfg_parser->opt->region, (yyvsp[0].str)); } in yyparse()
H A Doptions.c119 opt->dnstap_socket_path = DNSTAP_SOCKET_PATH; in nsd_options_create()
/netbsd/external/bsd/unbound/dist/util/
H A Dconfig_file.h529 char* dnstap_socket_path; member
H A Dconfig_file.c320 if(!(cfg->dnstap_socket_path = strdup(DNSTAP_SOCKET_PATH))) in config_create()
723 else S_STR("dnstap-socket-path:", dnstap_socket_path) in config_set_option()
1179 else O_STR(opt, "dnstap-socket-path", dnstap_socket_path) in config_get_option()
1620 free(cfg->dnstap_socket_path); in config_delete()
H A Dconfigparser.y3217 free(cfg_parser->cfg->dnstap_socket_path);
3218 cfg_parser->cfg->dnstap_socket_path = $2;
H A Dconfigparser.c6493 free(cfg_parser->cfg->dnstap_socket_path); in yyparse()
6494 cfg_parser->cfg->dnstap_socket_path = (yyvsp[0].str); in yyparse()