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

/macosx-10.9.5/network_cmds-433/rtsol.tproj/
H A Drtsold.c276 struct fd_set select_fd = fdset; local
300 e = select(maxfd + 1, &select_fd, NULL, NULL, timeout);
310 if (FD_ISSET(rtsock, &select_fd))
312 if (FD_ISSET(s, &select_fd))

Completed in 63 milliseconds