Home
last modified time | relevance | path

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

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