Searched refs:send_fds (Results 1 – 1 of 1) sorted by relevance
111 int send_fds[ARRAY_SIZE(incoming)]; in TEST_IMPL() local119 for (i = 0; i < ARRAY_SIZE(send_fds); i += 2) in TEST_IMPL()120 ASSERT_OK(socketpair(AF_UNIX, SOCK_STREAM, 0, send_fds + i)); in TEST_IMPL()121 ASSERT_EQ(i, ARRAY_SIZE(send_fds)); in TEST_IMPL()132 msg.msg_controllen = CMSG_LEN(sizeof(send_fds)); in TEST_IMPL()144 for (i = 0; i < ARRAY_SIZE(send_fds); i++) in TEST_IMPL()145 pi[i] = send_fds[i]; in TEST_IMPL()
Completed in 3 milliseconds