Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/IO/t/
H A Dcachepropagate-unix.t17 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);
/openbsd/usr.sbin/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()