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

/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c2863 int maxFD; local
2892 maxFD = staticMaxFD;
2898 if ( source->fd > maxFD )
2900 maxFD = source->fd;
2904 nfds = select( maxFD + 1, &rset, NULL, NULL, &timeout);

Completed in 79 milliseconds