Searched refs:routedIPv6AddressCount (Results 1 – 3 of 3) sorted by relevance
84 assertEquals(BigInteger.ZERO, NetworkUtils.routedIPv6AddressCount(set)); in testRoutedIPv6AddressCount()87 assertEquals(BigInteger.ONE.shiftLeft(128), NetworkUtils.routedIPv6AddressCount(set)); in testRoutedIPv6AddressCount()93 assertEquals(BigInteger.ONE.shiftLeft(128), NetworkUtils.routedIPv6AddressCount(set)); in testRoutedIPv6AddressCount()99 assertEquals(BigInteger.ONE.shiftLeft(120), NetworkUtils.routedIPv6AddressCount(set)); in testRoutedIPv6AddressCount()104 NetworkUtils.routedIPv6AddressCount(set)); in testRoutedIPv6AddressCount()111 assertEquals(BigInteger.ONE, NetworkUtils.routedIPv6AddressCount(set)); in testRoutedIPv6AddressCount()119 assertEquals(BigInteger.valueOf(7), NetworkUtils.routedIPv6AddressCount(set)); in testRoutedIPv6AddressCount()126 NetworkUtils.routedIPv6AddressCount(set)); in testRoutedIPv6AddressCount()
451 public static BigInteger routedIPv6AddressCount(final TreeSet<IpPrefix> prefixes) { in routedIPv6AddressCount() method in NetworkUtils
932 return NetworkUtils.routedIPv6AddressCount(ipv6Prefixes) in providesRoutesToMostDestinations()