Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSPosix/
DmDNSPosix.c1645 int fdMax = 0, numReady; in mDNSPosixRunEventLoopOnce() local
1649 mDNSPosixGetFDSet(m, &fdMax, &listenFDs, &timeout); // timeout may get modified in mDNSPosixRunEventLoopOnce()
1650 if (fdMax < gMaxFD) in mDNSPosixRunEventLoopOnce()
1651 fdMax = gMaxFD; in mDNSPosixRunEventLoopOnce()
1653 numReady = select(fdMax + 1, &listenFDs, (fd_set*) NULL, (fd_set*) NULL, &timeout); in mDNSPosixRunEventLoopOnce()