HomeSort by: relevance | last modified time | path
    Searched defs:syncfds (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/net/mcast/
mcast.c 353 int syncfds[2]; local in function:run
356 if (socketpair(AF_UNIX, SOCK_STREAM, 0, syncfds) == -1)
361 receiver(syncfds[0], host, port, n, conn, bug);
366 error = sender(syncfds[1], host, port, n, conn, bug);
mcast.c 353 int syncfds[2]; local in function:run
356 if (socketpair(AF_UNIX, SOCK_STREAM, 0, syncfds) == -1)
361 receiver(syncfds[0], host, port, n, conn, bug);
366 error = sender(syncfds[1], host, port, n, conn, bug);

Completed in 23 milliseconds