Home | History | Annotate | Download | only in pending

Lines Matching full:pindices

77   int num, cnt, i, j, ifindices[MAX_BRIDGES], pindices[MAX_BRIDGES];
97 memset(pindices, 0, sizeof(pindices));
98 get_ports(br, pindices);
100 if (!pindices[j]) continue;
101 if (!if_indextoname(pindices[j], ifn)) {
102 error_msg("no name for index :%d", pindices[j]);
261 int i, index, pindices[MAX_BRIDGES];
266 memset(pindices, 0, sizeof(pindices));
267 get_ports(br, pindices);
269 if (index == pindices[i]) break;