Searched refs:ifas (Results 1 – 1 of 1) sorted by relevance
443 List<StructIfaddrs> ifas; in getAll() local444 if ((ifas = inetMap.get(name)) == null) { in getAll()445 ifas = new ArrayList<>(); in getAll()446 inetMap.put(name, ifas); in getAll()449 ifas.add(ifa); in getAll()