Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/net/mcast/
H A Dmcast.c350 int syncfds[2]; in run() local
353 if (socketpair(AF_UNIX, SOCK_STREAM, 0, syncfds) == -1) in run()
358 receiver(syncfds[0], host, port, n, conn, bug); in run()
363 error = sender(syncfds[1], host, port, n, conn, bug); in run()