Home
last modified time | relevance | path

Searched refs:aFirstHost (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()
669 if (aFirstHost.IsDeleted()) in EntriesMatch()
675 VerifyOrExit(aFirstHost.mAddresses.GetLength() == aSecondHost.mAddresses.GetLength()); in EntriesMatch()
677 for (const Ip6::Address &address : aFirstHost.mAddresses) in EntriesMatch()