Searched refs:IsShortAddrInvalid (Results 1 – 3 of 3) sorted by relevance
160 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()
369 …bool IsShortAddrInvalid(void) const { return ((mType == kTypeShort) && (GetShort() == kShortAddrIn… in IsShortAddrInvalid() function in ot::Mac::Address
170 if (frameInfo.mAddrs.mSource.IsShortAddrInvalid() || aMacDest.IsExtended()) in PrepareEmptyFrame()