Searched refs:ifas (Results 1 – 1 of 1) sorted by relevance
381 List<StructIfaddrs> ifas; in getAll() local382 if ((ifas = inetMap.get(name)) == null) { in getAll()383 ifas = new ArrayList<>(); in getAll()384 inetMap.put(name, ifas); in getAll()387 ifas.add(ifa); in getAll()