Searched refs:pindices (Results 1 – 1 of 1) sorted by relevance
/third_party/toybox/toys/pending/ |
D | brctl.c | 77 int num, cnt, i, j, ifindices[MAX_BRIDGES], pindices[MAX_BRIDGES]; in br_show() local 97 memset(pindices, 0, sizeof(pindices)); in br_show() 98 get_ports(br, pindices); in br_show() 100 if (!pindices[j]) continue; in br_show() 101 if (!if_indextoname(pindices[j], ifn)) { in br_show() 102 error_msg("no name for index :%d", pindices[j]); in br_show() 261 int i, index, pindices[MAX_BRIDGES]; in set_cost_prio() local 266 memset(pindices, 0, sizeof(pindices)); in set_cost_prio() 267 get_ports(br, pindices); in set_cost_prio() 269 if (index == pindices[i]) break; in set_cost_prio()
|