Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/nsd/dnstap/
H A Ddnstap_collector.c290 if (nsd->options->dnstap_socket_path && in dt_init_dnstap()
291 nsd->options->dnstap_socket_path[0] == '/' && in dt_init_dnstap()
292 strncmp(nsd->options->dnstap_socket_path, in dt_init_dnstap()
294 nsd->options->dnstap_socket_path += l; in dt_init_dnstap()
297 dt_col->dt_env = dt_create(nsd->options->dnstap_socket_path, in dt_init_dnstap()
/openbsd-src/usr.sbin/unbound/dnstap/
H A Ddnstap.c160 if(cfg->dnstap && cfg->dnstap_socket_path && cfg->dnstap_socket_path[0] && in dt_create()
162 char* p = cfg->dnstap_socket_path; in dt_create()
H A Ddtstream.c356 if(!cfg->dnstap_socket_path || in dt_io_thread_apply_cfg()
357 cfg->dnstap_socket_path[0]==0) { in dt_io_thread_apply_cfg()
362 nm = cfg->dnstap_socket_path; in dt_io_thread_apply_cfg()
/openbsd-src/usr.sbin/unbound/util/
H A Dconfig_file.h574 char* dnstap_socket_path; member
H A Dconfig_file.c336 if(!(cfg->dnstap_socket_path = strdup(DNSTAP_SOCKET_PATH))) in config_create()
762 else S_STR("dnstap-socket-path:", dnstap_socket_path) in config_set_option()
1243 else O_STR(opt, "dnstap-socket-path", dnstap_socket_path) in config_get_option()
1711 free(cfg->dnstap_socket_path); in config_delete()
H A Dconfigparser.y3483 free(cfg_parser->cfg->dnstap_socket_path);
3484 cfg_parser->cfg->dnstap_socket_path = $2;
/openbsd-src/sbin/unwind/libunbound/util/
H A Dconfig_file.h574 char* dnstap_socket_path; member
H A Dconfig_file.c336 if(!(cfg->dnstap_socket_path = strdup(DNSTAP_SOCKET_PATH))) in config_create()
762 else S_STR("dnstap-socket-path:", dnstap_socket_path) in config_set_option()
1243 else O_STR(opt, "dnstap-socket-path", dnstap_socket_path) in config_get_option()
1711 free(cfg->dnstap_socket_path); in config_delete()
H A Dconfigparser.y3483 free(cfg_parser->cfg->dnstap_socket_path);
3484 cfg_parser->cfg->dnstap_socket_path = $2;
/openbsd-src/usr.sbin/nsd/
H A Doptions.h173 char* dnstap_socket_path; member
H A Dnsd-checkconf.c469 SERV_GET_STR(dnstap_socket_path, o); in config_print_zone()
730 print_string_var("dnstap-socket-path:", opt->dnstap_socket_path); in config_test_print_server()
H A Dconfigparser.y631 { 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 Doptions.c119 opt->dnstap_socket_path = DNSTAP_SOCKET_PATH; in nsd_options_create()