Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_pool.cpp75 VerifyOrQuit(aPool.IsPoolEntry(aEntry)); in VerifyEntry()
76 …VerifyOrQuit(!aPool.IsPoolEntry(sNonPoolEntry), "Pool::IsPoolEntry() succeeded for non-pool entry"… in VerifyEntry()
/openthread-latest/src/core/common/
Dpool.hpp142 …bool IsPoolEntry(const Type &aObject) const { return (&mPool[0] <= &aObject) && (&aObject < GetArr… in IsPoolEntry() function in ot::Pool
/openthread-latest/src/core/net/
Dnetif.cpp270 …return mExtMulticastAddressPool.IsPoolEntry(static_cast<const ExternalMulticastAddress &>(aAddress… in IsMulticastAddressExternal()
511 return mExtUnicastAddressPool.IsPoolEntry(aAddress); in IsUnicastAddressExternal()