Searched refs:preferNewEntry (Results 1 – 1 of 1) sorted by relevance
2415 bool preferNewEntry; in SelectUnicastEntry() local2439 preferNewEntry = (error == kErrorNotFound) || (unicastInfo.mVersion > aInfo.mVersion); in SelectUnicastEntry()2441 if (!preferNewEntry && (unicastInfo.mVersion == aInfo.mVersion)) in SelectUnicastEntry()2443 preferNewEntry = (unicastInfo.mSockAddr.GetAddress() < aInfo.mSockAddr.GetAddress()); in SelectUnicastEntry()2446 if (preferNewEntry) in SelectUnicastEntry()