Searched refs:sockets (Results 1 – 1 of 1) sorted by relevance
31 int sockets[2]; in TEST() local33 ASSERT_EQ(0, socketpair(AF_UNIX, SOCK_STREAM, 0, sockets)); in TEST()34 data.sfd = sockets[0]; in TEST()36 int host_socket = sockets[1]; in TEST()70 close(sockets[0]); in TEST()71 close(sockets[1]); in TEST()76 int sockets[2]; in TEST() local78 ASSERT_EQ(0, socketpair(AF_UNIX, SOCK_STREAM, 0, sockets)); in TEST()79 data.sfd = sockets[0]; in TEST()81 ASSERT_EQ(0, close(sockets[1])); in TEST()[all …]