Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSPosix/
DmDNSPosix.c1644 fd_set listenFDs = gEventFDs; in mDNSPosixRunEventLoopOnce() local
1649 mDNSPosixGetFDSet(m, &fdMax, &listenFDs, &timeout); // timeout may get modified in mDNSPosixRunEventLoopOnce()
1653 numReady = select(fdMax + 1, &listenFDs, (fd_set*) NULL, (fd_set*) NULL, &timeout); in mDNSPosixRunEventLoopOnce()
1660 (void) mDNSPosixProcessFDSet(m, &listenFDs); // call this first to process wire data for clients in mDNSPosixRunEventLoopOnce()
1664 if (FD_ISSET(iSource->fd, &listenFDs)) in mDNSPosixRunEventLoopOnce()