Home | History | Annotate | Download | only in mDNSPosix

Lines Matching refs:fdMax

1622 	int				fdMax = 0, numReady;
1626 mDNSPosixGetFDSet(m, &fdMax, &listenFDs, &timeout); // timeout may get modified
1627 if (fdMax < gMaxFD)
1628 fdMax = gMaxFD;
1630 numReady = select(fdMax + 1, &listenFDs, (fd_set*) NULL, (fd_set*) NULL, &timeout);