Lines Matching defs:MAX_BRIDGES
41 #define MAX_BRIDGES 1024 //same is no of ports supported
46 int ifindices[MAX_BRIDGES];
48 (unsigned long) ifindices, MAX_BRIDGES, 0 };
50 memset(ifindices, 0, MAX_BRIDGES);
77 int num, cnt, i, j, ifindices[MAX_BRIDGES], pindices[MAX_BRIDGES];
79 (unsigned long)ifindices, MAX_BRIDGES,0 };
99 for (j = 0, cnt = 0; j < MAX_BRIDGES; j++) {
261 int i, index, pindices[MAX_BRIDGES];
268 for (i = 0; i < MAX_BRIDGES; i++) {
271 if (i >= MAX_BRIDGES) error_exit("%s not in bridge", port);