Searched refs:routedIPv6AddressCount (Results 1 – 3 of 3) sorted by relevance
125 assertEquals(BigInteger.ZERO, NetworkUtils.routedIPv6AddressCount(set)); in testRoutedIPv6AddressCount()128 assertEquals(BigInteger.ONE.shiftLeft(128), NetworkUtils.routedIPv6AddressCount(set)); in testRoutedIPv6AddressCount()134 assertEquals(BigInteger.ONE.shiftLeft(128), NetworkUtils.routedIPv6AddressCount(set)); in testRoutedIPv6AddressCount()140 assertEquals(BigInteger.ONE.shiftLeft(120), NetworkUtils.routedIPv6AddressCount(set)); in testRoutedIPv6AddressCount()145 NetworkUtils.routedIPv6AddressCount(set)); in testRoutedIPv6AddressCount()152 assertEquals(BigInteger.ONE, NetworkUtils.routedIPv6AddressCount(set)); in testRoutedIPv6AddressCount()160 assertEquals(BigInteger.valueOf(7), NetworkUtils.routedIPv6AddressCount(set)); in testRoutedIPv6AddressCount()167 NetworkUtils.routedIPv6AddressCount(set)); in testRoutedIPv6AddressCount()
446 public static BigInteger routedIPv6AddressCount(final TreeSet<IpPrefix> prefixes) { in routedIPv6AddressCount() method in NetworkUtils
895 return NetworkUtils.routedIPv6AddressCount(ipv6Prefixes) in providesRoutesToMostDestinations()