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

/freebsd-12-stable/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c79 printf("-u <socketpath> listen to unix socket with this file name\n");
152 /** socketpath, if this is an AF_LOCAL socket */
153 char* socketpath; member in struct:tap_socket
187 free(s->socketpath);
193 static struct tap_socket* tap_socket_new_local(char* socketpath, argument
201 s->socketpath = strdup(socketpath);
202 if(!s->socketpath) {
314 if(s->socketpath) {
316 s->fd = create_local_accept_sock(s->socketpath, NUL
[all...]

Completed in 152 milliseconds