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

/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-sita.c81 static int max_fs; variable
717 for (fd = 0; fd <= max_fs; fd++) { /* scan the list of descriptors we may be listening to */
723 retval = select(max_fs + 1, &working_set, NULL, NULL, &tv);
730 for (fd = 0; fd <= max_fs; fd++) { /* scan the list of things to do, and do them */
765 max_fs = 0;
774 if (u->find_fd > max_fs)
775 max_fs = u->find_fd; /* remember the highest number currently in use */

Completed in 97 milliseconds