Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/src/android/net/ip/
DIpServer.java790 HashSet<IpPrefix> addedPrefixes = (HashSet) newPrefixes.clone(); in configureLocalIPv6Routes() local
792 addedPrefixes.removeAll(mLastRaParams.prefixes); in configureLocalIPv6Routes()
795 if (!addedPrefixes.isEmpty()) { in configureLocalIPv6Routes()
796 addRoutesToLocalNetwork(getLocalRoutesFor(mIfaceName, addedPrefixes)); in configureLocalIPv6Routes()