Home | History | Annotate | Download | only in mDNSPosix

Lines Matching refs:fdMax

1591 	int				fdMax = 0, numReady;
1595 mDNSPosixGetFDSet(m, &fdMax, &listenFDs, &timeout); // timeout may get modified
1596 if (fdMax < gMaxFD)
1597 fdMax = gMaxFD;
1599 numReady = select(fdMax + 1, &listenFDs, (fd_set*) NULL, (fd_set*) NULL, &timeout);