Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c167 char* socketpath; member
283 free(s->socketpath); in tap_socket_delete()
289 static struct tap_socket* tap_socket_new_local(char* socketpath, in tap_socket_new_local() argument
297 s->socketpath = strdup(socketpath); in tap_socket_new_local()
298 if(!s->socketpath) { in tap_socket_new_local()
410 if(s->socketpath) { in tap_socket_setup()
412 s->fd = create_local_accept_sock(s->socketpath, NULL, 0); in tap_socket_setup()