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.java431 Map<String, List<StructIfaddrs>> inetMap = new HashMap<>(); in getAll() local
444 if ((ifas = inetMap.get(name)) == null) { in getAll()
446 inetMap.put(name, ifas); in getAll()
453 Map<String, NetworkInterface> nis = new HashMap<>(inetMap.size()); in getAll()
454 for (Map.Entry<String, List<StructIfaddrs>> e : inetMap.entrySet()) { in getAll()