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

/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_inq.c565 int unixfds[2]; local
569 e1 = socketpair(AF_UNIX, SOCK_DGRAM, 0, unixfds);
575 return server(unixfds[1]);
577 close(unixfds[1]);
580 e1 = read(unixfds[0], &e1, 4);
585 return client(unixfds[0]);
587 close(unixfds[0]);

Completed in 79 milliseconds