Searched refs:GetDstAddr (Results 1 – 16 of 16) sorted by relevance
510 error = CheckReachability(aRxInfo.GetDstAddr().GetShort(), aRxInfo.mIp6Headers.GetIp6Header()); in CheckReachability()588 if (Get<Mle::Mle>().HasRloc16(aRxInfo.GetDstAddr().GetShort()) || in HandleMesh()589 Get<ChildTable>().HasMinimalChild(aRxInfo.GetDstAddr().GetShort())) in HandleMesh()609 ResolveRoutingLoops(neighborMacSource.GetShort(), aRxInfo.GetDstAddr().GetShort()); in HandleMesh()673 VerifyOrExit(!aRxInfo.GetDstAddr().IsBroadcast() && aRxInfo.GetSrcAddr().IsShort()); in UpdateRoutes()685 ….mIp6Headers.GetSourceAddress(), aRxInfo.GetSrcAddr().GetShort(), aRxInfo.GetDstAddr().GetShort()); in UpdateRoutes()
147 IgnoreError(aFrame.GetDstAddr(macDest)); in UpdateOnSendDone()
1226 IgnoreError(aFrame.GetDstAddr(macDest)); in HandleSentFrame()1396 SuccessOrExit(error = aFrame.GetDstAddr(rxInfo.mMacAddrs.mDestination)); in HandleReceivedFrame()2003 GetDstAddr().ToString().AsCString(), ToYesNo(IsLinkSecurityEnabled())); in ToString()
515 IgnoreError(aFrame.GetDstAddr(macDest)); in HandleSentFrameToChild()
393 const Mac::Address &GetDstAddr(void) const { return mMacAddrs.mDestination; } in GetDstAddr() function
59 VerifyOrExit(frame.GetDstAddr(dst) == kErrorNone, rval = false); in otMacFrameDoesAddrMatchAny()148 error = static_cast<const Mac::Frame *>(aFrame)->GetDstAddr(address); in otMacFrameGetDstAddr()
119 if (aNode.mRadio.mTxFrame.GetDstAddr(dstAddr) != kErrorNone) in ProcessRadio()
135 IgnoreError(aFrame.GetDstAddr(dst)); in EmitTransmit()
267 IgnoreError(aFrame->GetDstAddr(dst)); in LogReceived()
486 Error Frame::GetDstAddr(Address &aAddress) const in GetDstAddr() function in ot::Mac::Frame1407 SuccessOrExit(error = aRxFrame.GetDstAddr(address)); in GenerateEnhAck()1635 IgnoreError(GetDstAddr(dst)); in ToInfoString()
202 IgnoreError(aFrame.GetDstAddr(macDest)); in HandlePollSent()
1202 IgnoreError(aFrame.GetDstAddr(dstAddr)); in RecordFrameTransmitStatus()1304 IgnoreError(aFrame.GetDstAddr(dstAddr)); in HandleTransmitDone()1763 IgnoreError(aTxFrame.GetDstAddr(dstAddr)); in ProcessEnhAckSecurity()1867 IgnoreError(aFrame->GetDstAddr(dstaddr)); in HandleReceivedFrame()
365 Error GetDstAddr(Address &aAddress) const;
132 IgnoreError(mTxFrame.GetDstAddr(destAddr)); in BeginTransmit()
381 SuccessOrQuit(frame.GetDstAddr(address)); in TestMacHeader()847 SuccessOrQuit(txFrame.GetDstAddr(addr)); in TestMacWakeupFrameGeneration()
910 VerifyOrExit(frame.GetDstAddr(dstAddress) == kErrorNone);