Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/unbound/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()
/freebsd-13.1/contrib/unbound/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()
709 else S_STR("dnstap-socket-path:", dnstap_socket_path) in config_set_option()
1160 else O_STR(opt, "dnstap-socket-path", dnstap_socket_path) in config_get_option()
1600 free(cfg->dnstap_socket_path); in config_delete()
H A Dconfigparser.y3162 free(cfg_parser->cfg->dnstap_socket_path);
3163 cfg_parser->cfg->dnstap_socket_path = $2;