Searched refs:addedPrefixes (Results 1 – 1 of 1) sorted by relevance
911 ArraySet<IpPrefix> addedPrefixes = new ArraySet<IpPrefix>(newPrefixes); in configureLocalIPv6Routes() local913 addedPrefixes.removeAll(mLastRaParams.prefixes); in configureLocalIPv6Routes()916 if (!addedPrefixes.isEmpty()) { in configureLocalIPv6Routes()917 addRoutesToLocalNetwork(getLocalRoutesFor(mIfaceName, addedPrefixes)); in configureLocalIPv6Routes()