Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/unbound/util/
H A Dconfig_file.h583 char* dnstap_socket_path; member
H A Dconfig_file.c340 if(!(cfg->dnstap_socket_path = strdup(DNSTAP_SOCKET_PATH))) in config_create()
782 else S_STR("dnstap-socket-path:", dnstap_socket_path) in config_set_option()
1270 else O_STR(opt, "dnstap-socket-path", dnstap_socket_path) in config_get_option()
1740 free(cfg->dnstap_socket_path); in config_delete()
H A Dconfigparser.y3534 free(cfg_parser->cfg->dnstap_socket_path);
3535 cfg_parser->cfg->dnstap_socket_path = $2;
H A Dconfigparser.c7085 free(cfg_parser->cfg->dnstap_socket_path); in yyparse()
7086 cfg_parser->cfg->dnstap_socket_path = (yyvsp[0].str); in yyparse()