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

/freebsd-13-stable/lib/libc/tests/sys/
H A Dcpuset_test.c286 int error, sock, sockpair[2], status; local
307 ATF_REQUIRE_EQ(0, socketpair(PF_UNIX, SOCK_STREAM, 0, sockpair));
312 close(sockpair[SP_PARENT]);
313 sock = sockpair[SP_CHILD];
318 sock = sockpair[SP_PARENT];
319 close(sockpair[SP_CHILD]);
590 int sockpair[2]; local
599 ATF_REQUIRE_EQ(0, socketpair(PF_UNIX, SOCK_STREAM, 0, sockpair));
606 sock = sockpair[SP_CHILD];
607 close(sockpair[SP_PAREN
[all...]

Completed in 101 milliseconds