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

/xnu-2422.115.4/libsyscall/wrappers/legacy/
H A Dsocketpair.c44 * socketpair stub, legacy version
47 socketpair(int domain, int type, int protocol, int socket_vector[2]) function
/xnu-2422.115.4/tools/tests/libMicro/
H A DMakefile.benchmarks98 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.c448 if (socketpair(PF_UNIX, SOCK_STREAM, 0, s) == -1) {
H A Dbench.sh436 socketpair $OPTS -N "socketpair" -B 256
H A Dcoreos_bench.sh462 socketpair $OPTS -N "socketpair" -B 256
H A Dembd_bench.sh447 socketpair $OPTS -N "socketpair" -B 256
/xnu-2422.115.4/bsd/man/man2/
H A DMakefile197 socketpair.2 \
/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dlmbench_bw_unix.c205 if (socketpair(AF_UNIX, SOCK_STREAM, 0, state->pipes) == -1) {
206 perror("socketpair");
/xnu-2422.115.4/bsd/sys/
H A Dsocket.h1098 int socketpair(int, int, int, int *) __DARWIN_ALIAS(socketpair); variable
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dkqueue_tests.c184 my_err = socketpair( AF_UNIX, SOCK_STREAM, 0, &my_sockets[0] );
186 printf( "socketpair failed with errno %d - %s \n", errno, strerror( errno ) );
H A Dsocket_tests.c406 * Test fsync, getsockopt, poll, select, setsockopt, socketpair system calls.
420 my_err = socketpair( AF_UNIX, SOCK_STREAM, 0, &my_sockets[0] );
422 printf( "socketpair failed with errno %d - %s \n", errno, strerror( errno ) );
489 * spin off a child process that we will talk to via our socketpair.
/xnu-2422.115.4/bsd/kern/
H A Duipc_syscalls.c971 socketpair(struct proc *p, struct socketpair_args *uap, function

Completed in 121 milliseconds