Searched refs:addedPrefixes (Results 1 – 1 of 1) sorted by relevance
790 HashSet<IpPrefix> addedPrefixes = (HashSet) newPrefixes.clone(); in configureLocalIPv6Routes() local792 addedPrefixes.removeAll(mLastRaParams.prefixes); in configureLocalIPv6Routes()795 if (!addedPrefixes.isEmpty()) { in configureLocalIPv6Routes()796 addRoutesToLocalNetwork(getLocalRoutesFor(mIfaceName, addedPrefixes)); in configureLocalIPv6Routes()