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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c1831 fd_set listenFDs = gEventFDs; local
1836 mDNSPosixGetFDSet(m, &fdMax, &listenFDs, &timeout); // timeout may get modified
1840 numReady = select(fdMax + 1, &listenFDs, (fd_set*) NULL, (fd_set*) NULL, &timeout);
1847 (void) mDNSPosixProcessFDSet(m, &listenFDs); // call this first to process wire data for clients
1851 if (FD_ISSET(iSource->fd, &listenFDs))

Completed in 64 milliseconds