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

/freebsd-13-stable/contrib/libpcap/
H A Dpcap-sita.c77 static int max_fs; variable
750 for (fd = 0; fd <= max_fs; fd++) { /* scan the list of descriptors we may be listening to */
756 retval = select(max_fs + 1, &working_set, NULL, NULL, &tv);
763 for (fd = 0; fd <= max_fs; fd++) { /* scan the list of things to do, and do them */
798 max_fs = 0;
807 if (u->find_fd > max_fs)
808 max_fs = u->find_fd; /* remember the highest number currently in use */

Completed in 152 milliseconds