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

/external/toybox/toys/pending/
H A Dbrctl.c77 int num, cnt, i, j, ifindices[MAX_BRIDGES], pindices[MAX_BRIDGES]; local
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]; local
266 memset(pindices, 0, sizeof(pindices));
[all...]

Completed in 135 milliseconds