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

/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A DMakefile.benchmarks97 socketpair \
H A Dsocketpair.c55 "notes: measures socketpair\n");
97 if (socketpair(PF_UNIX, SOCK_STREAM, 0, &ts->ts_fds[i])
H A Dselect.c138 if (socketpair(PF_UNIX, SOCK_STREAM, 0, pair) == -1) {
139 (void) printf("ERROR: socketpair() failed\n");
H A Dpoll.c138 if (socketpair(PF_UNIX, SOCK_STREAM, 0, pair) == -1) {
139 (void) printf("ERROR: socketpair() failed\n");
H A Dpipe.c449 if (socketpair(PF_UNIX, SOCK_STREAM, 0, s) == -1) {
H A Dbench279 socketpair $OPTS -N "socketpair" -B 256
/haiku-fatelf/headers/private/net/
H A Dnet_stack_interface.h66 status_t (*socketpair)(int family, int type, int protocol, member in struct:net_stack_interface_module_info
H A Dnet_socket.h118 status_t (*socketpair)(int family, int type, int protocol, member in struct:net_socket_module_info
/haiku-fatelf/src/bin/gdb/gdb/
H A Dser-pipe.c65 if (socketpair (AF_UNIX, SOCK_STREAM, 0, pdes) < 0)
H A Dconfigure3990 # Some systems (e.g. Solaris) have `socketpair' in libsocket.
3992 echo $ac_n "checking for library containing socketpair""... $ac_c" 1>&6
3993 echo "configure:3994: checking for library containing socketpair" >&5
4005 char socketpair();
4008 socketpair() function
4027 char socketpair();
4030 socketpair() function
6929 for ac_func in socketpair
/haiku-fatelf/src/bin/network/tcpdump/lbl/
H A Dos-sunos4.h164 int socketpair(int, int, int, int *);
/haiku-fatelf/src/bin/network/tcpdump/libpcap/lbl/
H A Dos-sunos4.h164 int socketpair(int, int, int, int *);
/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Dstack_interface.cpp212 return gNetSocketModule.socketpair(family, type, protocol, _sockets);
/haiku-fatelf/headers/posix/sys/
H A Dsocket.h189 int socketpair(int domain, int type, int protocol, int socketVector[2]);
/haiku-fatelf/src/kits/network/
H A Dsocket.cpp419 socketpair(int family, int type, int protocol, int socketVector[2]) function
/haiku-fatelf/src/system/kernel/fs/
H A Dsocket.cpp615 status_t error = sStackInterface->socketpair(family, type, protocol,
802 socketpair(int family, int type, int protocol, int socketVector[2]) function
1240 // socketpair()

Completed in 78 milliseconds