Searched refs:ipv4Prefixes (Results 1 – 1 of 1) sorted by relevance
882 TreeSet<IpPrefix> ipv4Prefixes = new TreeSet<>(prefixLengthComparator); in providesRoutesToMostDestinations() local887 ipv4Prefixes.add(destination); in providesRoutesToMostDestinations()892 if (NetworkUtils.routedIPv4AddressCount(ipv4Prefixes) > MOST_IPV4_ADDRESSES_COUNT) { in providesRoutesToMostDestinations()