Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/unbound/util/
H A Dconfig_file.h476 char* dnstap_socket_path; member
H A Dconfig_file.c295 if(!(cfg->dnstap_socket_path = strdup(DNSTAP_SOCKET_PATH))) in config_create()
634 else S_STR("dnstap-socket-path:", dnstap_socket_path) in config_set_option()
1041 else O_STR(opt, "dnstap-socket-path", dnstap_socket_path) in config_get_option()
1460 free(cfg->dnstap_socket_path); in config_delete()
H A Dconfigparser.y2744 free(cfg_parser->cfg->dnstap_socket_path);
2745 cfg_parser->cfg->dnstap_socket_path = $2;
/freebsd-12.1/contrib/unbound/daemon/
H A Ddaemon.c454 daemon->dtenv = dt_create(daemon->cfg->dnstap_socket_path, in daemon_create_workers()
/freebsd-12.1/contrib/unbound/contrib/
H A Dfastrpz.patch3179 free(cfg->dnstap_socket_path);