Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java911 ArraySet<IpPrefix> addedPrefixes = new ArraySet<IpPrefix>(newPrefixes); in configureLocalIPv6Routes() local
913 addedPrefixes.removeAll(mLastRaParams.prefixes); in configureLocalIPv6Routes()
916 if (!addedPrefixes.isEmpty()) { in configureLocalIPv6Routes()
917 addRoutesToLocalNetwork(getLocalRoutesFor(mIfaceName, addedPrefixes)); in configureLocalIPv6Routes()