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

/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-sita.c51 #define MAX_CHASSIS 8 /* number of chassis in an ACN site */ macro
78 static unit_t units[MAX_CHASSIS+1][MAX_GEOSLOT+1]; /* we use indexes of 1 through 8, but we reserve/waste index 0 */
152 for (chassis = 0; chassis <= MAX_CHASSIS; chassis++) {
170 for (c = 0; c <= MAX_CHASSIS; c++) {
226 for (chassis = 0; chassis <= MAX_CHASSIS; chassis++) {
243 for (chassis = 0; chassis <= MAX_CHASSIS; chassis++) { /* scan the table... */
291 if (chassis < 1 || chassis > MAX_CHASSIS ||
566 for (chassis = 0; chassis <= MAX_CHASSIS; chassis++) {
766 for (chassis = 0; chassis <= MAX_CHASSIS; chassis++) {
811 for (chassis = 0; chassis <= MAX_CHASSIS; chassi
[all...]

Completed in 124 milliseconds