Home
last modified time | relevance | path

Searched refs:inetMap (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
DNetworkInterface.java395 Map<String, List<StructIfaddrs>> inetMap = new HashMap<>(); in getAll() local
408 if ((ifas = inetMap.get(name)) == null) { in getAll()
410 inetMap.put(name, ifas); in getAll()
417 Map<String, NetworkInterface> nis = new HashMap<>(inetMap.size()); in getAll()
418 for (Map.Entry<String, List<StructIfaddrs>> e : inetMap.entrySet()) { in getAll()