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