Home
last modified time | relevance | path

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

/external/openthread/tests/unit/
Dtest_mac_frame.cpp136 VerifyOrQuit(!addr.IsShortAddrInvalid()); in TestMacAddress()
140 VerifyOrQuit(!addr.IsShortAddrInvalid()); in TestMacAddress()
144 VerifyOrQuit(!addr.IsShortAddrInvalid()); in TestMacAddress()
148 VerifyOrQuit(!addr.IsShortAddrInvalid()); in TestMacAddress()
152 VerifyOrQuit(addr.IsShortAddrInvalid()); in TestMacAddress()
/external/openthread/src/core/mac/
Dmac_types.hpp394 …bool IsShortAddrInvalid(void) const { return ((mType == kTypeShort) && (GetShort() == kShortAddrIn… in IsShortAddrInvalid() function in ot::Mac::Address
/external/openthread/src/core/thread/
Dmesh_forwarder.cpp173 if (macSource.IsShortAddrInvalid() || aMacDest.IsExtended()) in PrepareEmptyFrame()