Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-sita.c79 static int max_fs; variable
728 …for (fd = 0; fd <= max_fs; fd++) { /* scan the list of descriptors we may be listening to */
734 retval = select(max_fs + 1, &working_set, NULL, NULL, &tv);
741 for (fd = 0; fd <= max_fs; fd++) { /* scan the list of things to do, and do them */
776 max_fs = 0;
785 if (u->find_fd > max_fs)
786 max_fs = u->find_fd; /* remember the highest number currently in use */