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