Searched refs:socketpath (Results 1 – 2 of 2) sorted by relevance
17 my $socketpath = catfile(tempdir( CLEANUP => 1 ), 'testsock');26 my $name = eval { pack_sockaddr_un($socketpath) };29 if (!defined $packed_name || $packed_name ne $socketpath) {39 Local => $socketpath);69 my $connector = IO::Socket::UNIX->new(Peer => $socketpath);91 unlink($socketpath);101 Local => $socketpath);136 unlink($socketpath);
167 char* socketpath; member283 free(s->socketpath); in tap_socket_delete()289 static struct tap_socket* tap_socket_new_local(char* socketpath, in tap_socket_new_local() argument297 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()