HomeSort by relevance Sort by last modified time
    Searched refs:ifindices (Results 1 - 10 of 10) 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)
forwarding_test.py 71 self.iproute.DelAddress(myaddr, 64, self.ifindices[netid])
134 self.iproute.DelAddress(myaddr, 64, self.ifindices[netid])
multinetwork_base.py 141 if cls.AUTOCONF_TABLE_OFFSET and netid in cls.ifindices:
142 return cls.ifindices[netid] + (-cls.AUTOCONF_TABLE_OFFSET)
266 ifindex = cls.ifindices[netid]
391 cls.ifindices = {}
408 cls.ifindices[netid] = net_test.GetInterfaceIndex(iface)
494 self.SetUnicastInterface(s, self.ifindices.get(netid, 0))
524 pktinfo = MakePktInfo(version, None, self.ifindices[netid])
593 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]
ping6_test.py 260 self.ifindex = self.ifindices[self.netid]
298 self.assertTrue(scope_id in self.ifindices.values())
646 scopeid = self.ifindices[netid]
653 otherscopeid = self.ifindices[othernetid]
srcaddr_selection_test.py 151 self.test_ifindex = self.ifindices[self.test_netid]
multinetwork_test.py 269 pktinfo = multinetwork_base.MakePktInfo(6, None, self.ifindices[netid])
639 ifindex = 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) {
  /system/netd/server/
NetworkController.cpp 629 std::unordered_set<unsigned>& ifindices = ifindicesIter->second; local
630 if (ifindices.erase(ifindex) > 0) {
631 if (ifindices.size() == 0) {
644 for (unsigned idx : ifindices) {
717 dw.println("address: %s ifindices: [%s]", i.first.c_str(),

Completed in 300 milliseconds