Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_mac_frame.cpp160 VerifyOrQuit(!addr.IsShortAddrInvalid()); in TestMacAddress()
164 VerifyOrQuit(!addr.IsShortAddrInvalid()); in TestMacAddress()
168 VerifyOrQuit(!addr.IsShortAddrInvalid()); in TestMacAddress()
172 VerifyOrQuit(!addr.IsShortAddrInvalid()); in TestMacAddress()
176 VerifyOrQuit(addr.IsShortAddrInvalid()); in TestMacAddress()
/openthread-latest/src/core/mac/
Dmac_types.hpp369 …bool IsShortAddrInvalid(void) const { return ((mType == kTypeShort) && (GetShort() == kShortAddrIn… in IsShortAddrInvalid() function in ot::Mac::Address
/openthread-latest/src/core/thread/
Dmesh_forwarder.cpp170 if (frameInfo.mAddrs.mSource.IsShortAddrInvalid() || aMacDest.IsExtended()) in PrepareEmptyFrame()