Home
last modified time | relevance | path

Searched refs:ipv6Prefixes (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java919 TreeSet<IpPrefix> ipv6Prefixes = new TreeSet<>(prefixLengthComparator); in providesRoutesToMostDestinations() local
926 ipv6Prefixes.add(destination); in providesRoutesToMostDestinations()
932 return NetworkUtils.routedIPv6AddressCount(ipv6Prefixes) in providesRoutesToMostDestinations()