Searched refs:prefixSet (Results 1 – 3 of 3) sorted by relevance
224 std::set<uint16_t> prefixSet; in getExtensionNameAndPrefix() local227 if (!prefixSet.insert(prefix).second) { in getExtensionNameAndPrefix()
608 final HashSet<IpPrefix> prefixSet = new HashSet<>(); in allLocalPrefixes() local613 prefixSet.addAll(PrefixUtils.localPrefixesFrom(lp)); in allLocalPrefixes()616 return prefixSet; in allLocalPrefixes()
716 final Set<IpPrefix> prefixSet = new HashSet<>(localPrefixes); in computeLocalPrefixStrings() local732 prefixSet.add(new IpPrefix(ip, 128)); in computeLocalPrefixStrings()737 for (IpPrefix pfx : prefixSet) localPrefixStrs.add(pfx.toString()); in computeLocalPrefixStrings()