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

/osnet-11/usr/src/lib/libsocket/socket/
H A Dsocketpair.c56 #pragma weak socketpair = _socketpair macro
/osnet-11/usr/src/lib/libsocket/
H A DMakefile.com35 SOCKOBJS = _soutil.o sockatmark.o socket.o socketpair.o weaks.o
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/t/
H A Dsocketpair.t64 # This should fail but not die if there is real socketpair
65 eval {socketpair LEFT, RIGHT, -1, -1, -1};
66 if ($@ =~ /^Unsupported socket function "socketpair" called/ ||
68 plan skip_all => 'No socketpair (real or emulated)';
82 ok (socketpair (LEFT, RIGHT, AF_UNIX, SOCK_STREAM, PF_UNSPEC),
83 "socketpair (LEFT, RIGHT, AF_UNIX, SOCK_STREAM, PF_UNSPEC)")
173 skip "No usable SOCK_DGRAM for socketpair", 24 if ($^O =~ /^(MSWin32|os2)\z/);
174 local $TODO = "socketpair not supported on $^O" if $^O eq 'nto';
176 ok (socketpair (LEFT, RIGHT, AF_UNIX, SOCK_DGRAM, PF_UNSPEC),
177 "socketpair (LEF
[all...]
/osnet-11/usr/src/lib/libsocket/common/
H A Dllib-lsocket75 /* socketpair.c */
76 int socketpair(int domain, int type, int protocol, int sv[]);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DXSUB.h384 # undef socketpair macro
523 # define socketpair PerlSock_socketpair macro
H A Diperlsys.h1390 #define PerlSock_socketpair(a, t, p, f) socketpair(a, t, p, f)
H A Dperl.h853 # define socketpair Perl_my_socketpair macro
H A Dconfig_h.SH1965 * This symbol, if defined, indicates that the BSD socketpair() call is
H A Dutil.c3955 /* Fake a datagram socketpair using UDP to localhost. */
4000 this routine. (I'm assuming crays have socketpair)) */
4194 return socketpair(family, type, protocol, fd);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DFunctions.t140 socket, socketpair
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafeops.t293 sockpair socketpair
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dio.c91 # define pipe(v) ((socketpair(AF_UNIX,SOCK_STREAM,0,v)<0||shutdown((v)[1],SHUT_RD)<0||fchmod((v)[1],S_IWUSR)<0||shutdown((v)[0],SHUT_WR)<0||fchmod((v)[0],S_IRUSR)<0)?(-1):0)
93 # define pipe(v) ((socketpair(AF_UNIX,SOCK_STREAM,0,v)<0||shutdown((v)[1],SHUT_RD)<0||shutdown((v)[0],SHUT_WR)<0)?(-1):0)
/osnet-11/usr/src/lib/libast/common/misc/
H A Dprocopen.c489 if (socketpair(AF_UNIX, SOCK_STREAM, 0, pio))

Completed in 104 milliseconds