Searched refs:inetMap (Results 1 – 1 of 1) sorted by relevance
431 Map<String, List<StructIfaddrs>> inetMap = new HashMap<>(); in getAll() local444 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()