Searched refs:ifas (Results 1 – 1 of 1) sorted by relevance
471 List<StructIfaddrs> ifas; in getAll() local472 if ((ifas = inetMap.get(name)) == null) { in getAll()473 ifas = new ArrayList<>(); in getAll()474 inetMap.put(name, ifas); in getAll()477 ifas.add(ifa); in getAll()