Home
last modified time | relevance | path

Searched refs:dnstap_socket_path (Results 1 – 7 of 7) 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.h584 char* dnstap_socket_path; member
H A Dconfig_file.c335 if(!(cfg->dnstap_socket_path = strdup(DNSTAP_SOCKET_PATH))) in config_create()
812 else S_STR("dnstap-socket-path:", dnstap_socket_path) in config_set_option()
1302 else O_STR(opt, "dnstap-socket-path", dnstap_socket_path) in config_get_option()
1818 free(cfg->dnstap_socket_path); in config_delete()
H A Dconfigparser.y3553 free(cfg_parser->cfg->dnstap_socket_path);
3554 cfg_parser->cfg->dnstap_socket_path = $2;
H A Dconfigparser.c7109 free(cfg_parser->cfg->dnstap_socket_path); in yyparse()
7110 cfg_parser->cfg->dnstap_socket_path = (yyvsp[0].str); in yyparse()
/freebsd/contrib/unbound/daemon/
H A Dremote.c5248 m += getmem_str(cfg->dnstap_socket_path); in config_file_getmem()
6082 COPY_VAR_ptr(dnstap_socket_path); in fr_atomic_copy_cfg()