Home
last modified time | relevance | path

Searched refs:GetSrcAddr (Results 1 – 10 of 10) sorted by relevance

/openthread-latest/src/core/thread/
Dmesh_forwarder_ftd.cpp514 SendDestinationUnreachable(aRxInfo.GetSrcAddr().GetShort(), aRxInfo.mIp6Headers); in CheckReachability()
579 neighborMacSource = aRxInfo.GetSrcAddr(); in HandleMesh()
673 VerifyOrExit(!aRxInfo.GetDstAddr().IsBroadcast() && aRxInfo.GetSrcAddr().IsShort()); in UpdateRoutes()
685 …aRxInfo.mIp6Headers.GetSourceAddress(), aRxInfo.GetSrcAddr().GetShort(), aRxInfo.GetDstAddr().GetS… in UpdateRoutes()
691 if (!Get<Mle::Mle>().HasMatchingRouterIdWith(aRxInfo.GetSrcAddr().GetShort())) in UpdateRoutes()
819 … ExitNow(error = GetFragmentPriority(fragmentHeader, aRxInfo.GetSrcAddr().GetShort(), aPriority)); in GetForwardFramePriority()
834 …UpdateFragmentPriority(fragmentHeader, aRxInfo.mFrameData.GetLength(), aRxInfo.GetSrcAddr().GetSho… in GetForwardFramePriority()
Dmesh_forwarder.cpp1395 SuccessOrExit(error = aFrame.GetSrcAddr(rxInfo.mMacAddrs.mSource)); in HandleReceivedFrame()
1457 … Get<NeighborTable>().FindNeighbor(aRxInfo.GetSrcAddr(), Neighbor::kInStateAnyExceptInvalid); in HandleFragment()
1562 IgnoreError(HandleDatagram(*message, aRxInfo.GetSrcAddr())); in HandleFragment()
1668 IgnoreError(HandleDatagram(*message, aRxInfo.GetSrcAddr())); in HandleLowpanHc()
2002 …string.Append("len:%d, src:%s, dst:%s, sec:%s", mFrameData.GetLength(), GetSrcAddr().ToString().As… in ToString()
Dmesh_forwarder.hpp392 const Mac::Address &GetSrcAddr(void) const { return mMacAddrs.mSource; } in GetSrcAddr() function
/openthread-latest/tests/nexus/platform/
Dnexus_core.cpp160 if ((aNode.mRadio.mTxFrame.GetSrcAddr(srcAddr) == kErrorNone) && in ProcessRadio()
/openthread-latest/src/core/mac/
Ddata_poll_handler.cpp95 SuccessOrExit(aFrame.GetSrcAddr(macSource)); in HandleDataPoll()
Dmac_frame.cpp297 SuccessOrExit(GetSrcAddr(srcAddress)); in IsWakeupFrame()
634 Error Frame::GetSrcAddr(Address &aAddress) const in GetSrcAddr() function in ot::Mac::Frame
1413 SuccessOrExit(error = aRxFrame.GetSrcAddr(frameInfo.mAddrs.mDestination)); in GenerateEnhAck()
1634 IgnoreError(GetSrcAddr(src)); in ToInfoString()
Dmac.cpp241 SuccessOrExit(error = aBeaconFrame->GetSrcAddr(address)); in ConvertBeaconToActiveScanResult()
1755 IgnoreError(aAckFrame.GetSrcAddr(srcAddr)); in ProcessEnhAckSecurity()
1866 IgnoreError(aFrame->GetSrcAddr(srcaddr)); in HandleReceivedFrame()
Dmac_frame.hpp399 Error GetSrcAddr(Address &aAddress) const;
/openthread-latest/examples/platforms/utils/
Dmac_frame.cpp134 error = static_cast<const Mac::Frame *>(aFrame)->GetSrcAddr(address); in otMacFrameGetSrcAddr()
/openthread-latest/tests/unit/
Dtest_mac_frame.cpp378 SuccessOrQuit(frame.GetSrcAddr(address)); in TestMacHeader()
845 SuccessOrQuit(txFrame.GetSrcAddr(addr)); in TestMacWakeupFrameGeneration()