Searched refs:prefixSet (Results 1 – 2 of 2) sorted by relevance
625 final HashSet<IpPrefix> prefixSet = new HashSet<>(); in allLocalPrefixes() local630 prefixSet.addAll(PrefixUtils.localPrefixesFrom(lp)); in allLocalPrefixes()633 return prefixSet; in allLocalPrefixes()
727 final Set<IpPrefix> prefixSet = new HashSet<>(localPrefixes); in computeLocalPrefixStrings() local743 prefixSet.add(new IpPrefix(ip, 128)); in computeLocalPrefixStrings()748 for (IpPrefix pfx : prefixSet) localPrefixStrs.add(pfx.toString()); in computeLocalPrefixStrings()