HomeSort by relevance Sort by last modified time
    Searched defs:ifindices (Results 1 - 2 of 2) sorted by null

  /external/toybox/toys/pending/
brctl.c 46 int ifindices[MAX_BRIDGES]; local
48 (unsigned long) ifindices, MAX_BRIDGES, 0 };
50 memset(ifindices, 0, MAX_BRIDGES);
51 args[1] = (unsigned long)ifindices;
55 if (indices) memcpy(indices, ifindices, sizeof(ifindices));
77 int num, cnt, i, j, ifindices[MAX_BRIDGES], pindices[MAX_BRIDGES]; local
79 (unsigned long)ifindices, MAX_BRIDGES,0 };
89 if (!if_indextoname(ifindices[i], br)) perror_exit("interface not found");
  /external/wpa_supplicant_8/src/ap/
vlan_full.c 323 int ifindices[MAX_BR_PORTS]; local
333 arg[1] = (unsigned long) ifindices;
337 os_memset(ifindices, 0, sizeof(ifindices));
350 if (ifindices[i] > 0) {

Completed in 301 milliseconds