Searched refs:addedPrefixes (Results 1 – 1 of 1) sorted by relevance
570 HashSet<IpPrefix> addedPrefixes = (HashSet) newPrefixes.clone(); in configureLocalIPv6Routes() local572 addedPrefixes.removeAll(mLastRaParams.prefixes); in configureLocalIPv6Routes()575 if (!addedPrefixes.isEmpty()) { in configureLocalIPv6Routes()577 getLocalRoutesFor(mIfaceName, addedPrefixes); in configureLocalIPv6Routes()