Searched refs:IsShort (Results 1 – 9 of 9) sorted by relevance
276 if (aAddress.IsShort()) in Matches()307 if (aAddress.IsShort()) in HasFramePendingFor()
137 if (dst.IsShort()) in EmitTransmit()
120 entry->mNeighborRloc16 = aMacAddress.IsShort() ? aMacAddress.GetShort() : kInvalidRloc16; in RecordMessage()
136 VerifyOrQuit(addr.IsShort(), "Address::SetShort() failed"); in TestMacAddress()142 VerifyOrQuit(!addr.IsShort(), "Address::SetExtended() failed"); in TestMacAddress()148 VerifyOrQuit(!addr.IsShort(), "Address::SetExtended() failed"); in TestMacAddress()156 VerifyOrQuit(!addr.IsShort(), "Address::SetNone() failed"); in TestMacAddress()
471 VerifyOrExit(aMacAddrs.mSource.IsShort() && aMacAddrs.mDestination.IsShort()); in SendIcmpErrorIfDstUnreach()673 VerifyOrExit(!aRxInfo.GetDstAddr().IsBroadcast() && aRxInfo.GetSrcAddr().IsShort()); in UpdateRoutes()
150 … aMacAddress.IsShort() ? aMacAddress.GetShort() : Mac::kShortAddrInvalid, in AddressMatcher()
112 if ((indirectMsgCount > 0) && macSource.IsShort()) in HandleDataPoll()
273 bool IsShort(void) const { return (mType == kTypeShort); } in IsShort() function in ot::Mac::Address
143 if (destAddr.IsShort()) in BeginTransmit()