HomeSort by relevance Sort by last modified time
    Searched refs:ifindices (Results 1 - 9 of 9) 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");
  /kernel/tests/net/test/
anycast_test.py 70 ifindex = self.ifindices[netid]
82 self.ifindices[netid] = net_test.GetInterfaceIndex(iface)
multinetwork_base.py 133 if cls.AUTOCONF_TABLE_OFFSET and netid in cls.ifindices:
134 return cls.ifindices[netid] + (-cls.AUTOCONF_TABLE_OFFSET)
250 ifindex = cls.ifindices[netid]
353 cls.ifindices = {}
370 cls.ifindices[netid] = net_test.GetInterfaceIndex(iface)
442 self.SetUnicastInterface(s, self.ifindices.get(netid, 0))
459 pktinfo = MakePktInfo(version, None, self.ifindices[netid])
520 ifindex = self.ifindices[netid]
neighbour_test.py 75 ifindex = self.ifindices[netid]
88 self.ifindex = self.ifindices[self.netid]
272 ifindex = self.ifindices[self.netid]
forwarding_test.py 93 self.iproute.DelAddress(myaddr, 64, self.ifindices[netid])
ping6_test.py 260 self.ifindex = self.ifindices[self.netid]
298 self.assertTrue(scope_id in self.ifindices.values())
629 scopeid = self.ifindices[netid]
636 otherscopeid = self.ifindices[othernetid]
srcaddr_selection_test.py 151 self.test_ifindex = self.ifindices[self.test_netid]
multinetwork_test.py 307 pktinfo = multinetwork_base.MakePktInfo(6, None, self.ifindices[netid])
    [all...]
  /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 100 milliseconds