Searched refs:GetSrcAddr (Results 1 – 10 of 10) sorted by relevance
/openthread-latest/src/core/thread/ |
D | mesh_forwarder_ftd.cpp | 514 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()
|
D | mesh_forwarder.cpp | 1395 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()
|
D | mesh_forwarder.hpp | 392 const Mac::Address &GetSrcAddr(void) const { return mMacAddrs.mSource; } in GetSrcAddr() function
|
/openthread-latest/tests/nexus/platform/ |
D | nexus_core.cpp | 160 if ((aNode.mRadio.mTxFrame.GetSrcAddr(srcAddr) == kErrorNone) && in ProcessRadio()
|
/openthread-latest/src/core/mac/ |
D | data_poll_handler.cpp | 95 SuccessOrExit(aFrame.GetSrcAddr(macSource)); in HandleDataPoll()
|
D | mac_frame.cpp | 297 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()
|
D | mac.cpp | 241 SuccessOrExit(error = aBeaconFrame->GetSrcAddr(address)); in ConvertBeaconToActiveScanResult() 1755 IgnoreError(aAckFrame.GetSrcAddr(srcAddr)); in ProcessEnhAckSecurity() 1866 IgnoreError(aFrame->GetSrcAddr(srcaddr)); in HandleReceivedFrame()
|
D | mac_frame.hpp | 399 Error GetSrcAddr(Address &aAddress) const;
|
/openthread-latest/examples/platforms/utils/ |
D | mac_frame.cpp | 134 error = static_cast<const Mac::Frame *>(aFrame)->GetSrcAddr(address); in otMacFrameGetSrcAddr()
|
/openthread-latest/tests/unit/ |
D | test_mac_frame.cpp | 378 SuccessOrQuit(frame.GetSrcAddr(address)); in TestMacHeader() 845 SuccessOrQuit(txFrame.GetSrcAddr(addr)); in TestMacWakeupFrameGeneration()
|