Home
last modified time | relevance | path

Searched refs:GetDstAddr (Results 1 – 16 of 16) sorted by relevance

/openthread-latest/src/core/thread/
Dmesh_forwarder_ftd.cpp510 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()
Dradio_selector.cpp147 IgnoreError(aFrame.GetDstAddr(macDest)); in UpdateOnSendDone()
Dmesh_forwarder.cpp1226 IgnoreError(aFrame.GetDstAddr(macDest)); in HandleSentFrame()
1396 SuccessOrExit(error = aFrame.GetDstAddr(rxInfo.mMacAddrs.mDestination)); in HandleReceivedFrame()
2003 GetDstAddr().ToString().AsCString(), ToYesNo(IsLinkSecurityEnabled())); in ToString()
Dindirect_sender.cpp515 IgnoreError(aFrame.GetDstAddr(macDest)); in HandleSentFrameToChild()
Dmesh_forwarder.hpp393 const Mac::Address &GetDstAddr(void) const { return mMacAddrs.mDestination; } in GetDstAddr() function
/openthread-latest/examples/platforms/utils/
Dmac_frame.cpp59 VerifyOrExit(frame.GetDstAddr(dst) == kErrorNone, rval = false); in otMacFrameDoesAddrMatchAny()
148 error = static_cast<const Mac::Frame *>(aFrame)->GetDstAddr(address); in otMacFrameGetDstAddr()
/openthread-latest/tests/nexus/platform/
Dnexus_core.cpp119 if (aNode.mRadio.mTxFrame.GetDstAddr(dstAddr) != kErrorNone) in ProcessRadio()
/openthread-latest/src/core/utils/
Dotns.cpp135 IgnoreError(aFrame.GetDstAddr(dst)); in EmitTransmit()
/openthread-latest/src/core/mac/
Dsub_mac_csl_receiver.cpp267 IgnoreError(aFrame->GetDstAddr(dst)); in LogReceived()
Dmac_frame.cpp486 Error Frame::GetDstAddr(Address &aAddress) const in GetDstAddr() function in ot::Mac::Frame
1407 SuccessOrExit(error = aRxFrame.GetDstAddr(address)); in GenerateEnhAck()
1635 IgnoreError(GetDstAddr(dst)); in ToInfoString()
Ddata_poll_sender.cpp202 IgnoreError(aFrame.GetDstAddr(macDest)); in HandlePollSent()
Dmac.cpp1202 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()
Dmac_frame.hpp365 Error GetDstAddr(Address &aAddress) const;
/openthread-latest/src/core/radio/
Dtrel_link.cpp132 IgnoreError(mTxFrame.GetDstAddr(destAddr)); in BeginTransmit()
/openthread-latest/tests/unit/
Dtest_mac_frame.cpp381 SuccessOrQuit(frame.GetDstAddr(address)); in TestMacHeader()
847 SuccessOrQuit(txFrame.GetDstAddr(addr)); in TestMacWakeupFrameGeneration()
/openthread-latest/src/core/diags/
Dfactory_diags.cpp910 VerifyOrExit(frame.GetDstAddr(dstAddress) == kErrorNone);