Searched refs:listenFDs (Results 1 – 1 of 1) sorted by relevance
1621 fd_set listenFDs = gEventFDs; in mDNSPosixRunEventLoopOnce() local1626 mDNSPosixGetFDSet(m, &fdMax, &listenFDs, &timeout); // timeout may get modified in mDNSPosixRunEventLoopOnce()1630 numReady = select(fdMax + 1, &listenFDs, (fd_set*) NULL, (fd_set*) NULL, &timeout); in mDNSPosixRunEventLoopOnce()1637 (void) mDNSPosixProcessFDSet(m, &listenFDs); // call this first to process wire data for clients in mDNSPosixRunEventLoopOnce()1641 if (FD_ISSET(iSource->fd, &listenFDs)) in mDNSPosixRunEventLoopOnce()