Searched refs:ifas (Results 1 – 1 of 1) sorted by relevance
407 List<StructIfaddrs> ifas; in getAll() local408 if ((ifas = inetMap.get(name)) == null) { in getAll()409 ifas = new ArrayList<>(); in getAll()410 inetMap.put(name, ifas); in getAll()413 ifas.add(ifa); in getAll()