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

/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-dag.c53 * from 0 to MAXDAG.
55 #define MAXDAG 31 macro
852 /* Yes - is "dag" followed by a number from 0 to MAXDAG? */
860 if (devnum < 0 || devnum > MAXDAG) {
909 /* Try all the DAGs 0-MAXDAG */
910 for (c = 0; c <= MAXDAG; c++) {

Completed in 41 milliseconds