Home
last modified time | relevance | path

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

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