Searched refs:prefixSet (Results 1 – 3 of 3) sorted by relevance
543 final HashSet<IpPrefix> prefixSet = new HashSet<>(); in allLocalPrefixes() local548 prefixSet.addAll(PrefixUtils.localPrefixesFrom(lp)); in allLocalPrefixes()551 return prefixSet; in allLocalPrefixes()
656 final Set<IpPrefix> prefixSet = new HashSet<>(localPrefixes); in computeLocalPrefixStrings() local672 prefixSet.add(new IpPrefix(ip, 128)); in computeLocalPrefixStrings()677 for (IpPrefix pfx : prefixSet) localPrefixStrs.add(pfx.toString()); in computeLocalPrefixStrings()
486 Set<String> prefixSet = new HashSet<>(); in getAllConfigPrefixesLocked() local490 prefixSet.add(name.split("/")[0] + "/"); in getAllConfigPrefixesLocked()492 return prefixSet; in getAllConfigPrefixesLocked()