Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_advertising_proxy.cpp663 template <> bool AdvertisingProxy::EntriesMatch(const Host &aFirstHost, const Host &aSecondHost) in EntriesMatch() argument
667 VerifyOrExit(aFirstHost.IsDeleted() == aSecondHost.IsDeleted()); in EntriesMatch()
675 VerifyOrExit(aFirstHost.mAddresses.GetLength() == aSecondHost.mAddresses.GetLength()); in EntriesMatch()
679 VerifyOrExit(aSecondHost.mAddresses.Contains(address)); in EntriesMatch()