Searched refs:inetMap (Results 1 – 1 of 1) sorted by relevance
455 Map<String, List<StructIfaddrs>> inetMap = new HashMap<>(); in getAll() local472 if ((ifas = inetMap.get(name)) == null) { in getAll()474 inetMap.put(name, ifas); in getAll()481 Map<String, NetworkInterface> nis = new HashMap<>(inetMap.size()); in getAll()482 for (Map.Entry<String, List<StructIfaddrs>> e : inetMap.entrySet()) { in getAll()