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

/freebsd-11-stable/contrib/unbound/dnstap/
H A Ddnstap.c135 if(cfg->dnstap && cfg->dnstap_socket_path && cfg->dnstap_socket_path[0] &&
137 char* p = cfg->dnstap_socket_path;
H A Ddtstream.c345 if(!cfg->dnstap_socket_path ||
346 cfg->dnstap_socket_path[0]==0) {
351 nm = cfg->dnstap_socket_path;
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h508 char* dnstap_socket_path; member in struct:config_file
H A Dconfig_file.c310 if(!(cfg->dnstap_socket_path = strdup(DNSTAP_SOCKET_PATH)))
687 else S_STR("dnstap-socket-path:", dnstap_socket_path)
1119 else O_STR(opt, "dnstap-socket-path", dnstap_socket_path)
1554 free(cfg->dnstap_socket_path);
H A Dconfigparser.y2987 free(cfg_parser->cfg->dnstap_socket_path);
2988 cfg_parser->cfg->dnstap_socket_path = $2;

Completed in 102 milliseconds