Searched refs:socketpath (Results 1 – 2 of 2) sorted by relevance
154 char* socketpath; member188 free(s->socketpath); in tap_socket_delete()194 static struct tap_socket* tap_socket_new_local(char* socketpath, in tap_socket_new_local() argument202 s->socketpath = strdup(socketpath); in tap_socket_new_local()203 if(!s->socketpath) { in tap_socket_new_local()315 if(s->socketpath) { in tap_socket_setup()317 s->fd = create_local_accept_sock(s->socketpath, NULL, 0); in tap_socket_setup()
23 socketpath /tmp/example.sock