/openthread-latest/examples/platforms/utils/ |
D | link_metrics.cpp | 216 LinkMetricsDataInfo *GetLinkMetricsInfoByMacAddress(const otMacAddress *aMacAddress) in GetLinkMetricsInfoByMacAddress() argument 220 VerifyOrExit(aMacAddress != nullptr); in GetLinkMetricsInfoByMacAddress() 222 if (aMacAddress->mType == OT_MAC_ADDRESS_TYPE_SHORT) in GetLinkMetricsInfoByMacAddress() 224 … dataInfo = GetLinkMetricsDataInfoActiveList().FindMatching(aMacAddress->mAddress.mShortAddress); in GetLinkMetricsInfoByMacAddress() 226 else if (aMacAddress->mType == OT_MAC_ADDRESS_TYPE_EXTENDED) in GetLinkMetricsInfoByMacAddress() 228 … dataInfo = GetLinkMetricsDataInfoActiveList().FindMatching(aMacAddress->mAddress.mExtAddress); in GetLinkMetricsInfoByMacAddress() 235 uint8_t otLinkMetricsEnhAckGenData(const otMacAddress *aMacAddress, uint8_t aLqi, int8_t aRssi, uin… in otLinkMetricsEnhAckGenData() argument 238 LinkMetricsDataInfo *dataInfo = GetLinkMetricsInfoByMacAddress(aMacAddress); in otLinkMetricsEnhAckGenData() 248 uint8_t otLinkMetricsEnhAckGetDataLen(const otMacAddress *aMacAddress) in otLinkMetricsEnhAckGetDataLen() argument 251 LinkMetricsDataInfo *dataInfo = GetLinkMetricsInfoByMacAddress(aMacAddress); in otLinkMetricsEnhAckGetDataLen()
|
D | link_metrics.h | 94 uint8_t otLinkMetricsEnhAckGenData(const otMacAddress *aMacAddress, uint8_t aLqi, int8_t aRssi, uin… 103 uint8_t otLinkMetricsEnhAckGetDataLen(const otMacAddress *aMacAddress);
|
D | mac_frame.h | 163 otError otMacFrameGetSrcAddr(const otRadioFrame *aFrame, otMacAddress *aMacAddress); 174 otError otMacFrameGetDstAddr(const otRadioFrame *aFrame, otMacAddress *aMacAddress);
|
D | mac_frame.cpp | 129 otError otMacFrameGetSrcAddr(const otRadioFrame *aFrame, otMacAddress *aMacAddress) in otMacFrameGetSrcAddr() argument 137 GetOtMacAddress(address, aMacAddress); in otMacFrameGetSrcAddr() 143 otError otMacFrameGetDstAddr(const otRadioFrame *aFrame, otMacAddress *aMacAddress) in otMacFrameGetDstAddr() argument 151 GetOtMacAddress(address, aMacAddress); in otMacFrameGetDstAddr()
|
/openthread-latest/src/core/thread/ |
D | neighbor_table.cpp | 73 Neighbor *NeighborTable::FindParent(const Mac::Address &aMacAddress, Neighbor::StateFilter aFilter) in FindParent() argument 75 return FindParent(Neighbor::AddressMatcher(aMacAddress, aFilter)); in FindParent() 113 Neighbor *NeighborTable::FindNeighbor(const Mac::Address &aMacAddress, Neighbor::StateFilter aFilte… in FindNeighbor() argument 115 return FindNeighbor(Neighbor::AddressMatcher(aMacAddress, aFilter)); in FindNeighbor() 176 Neighbor *NeighborTable::FindRxOnlyNeighborRouter(const Mac::Address &aMacAddress) in FindRxOnlyNeighborRouter() argument 181 neighbor = Get<RouterTable>().FindNeighbor(aMacAddress); in FindRxOnlyNeighborRouter()
|
D | neighbor_table.hpp | 119 Neighbor *FindParent(const Mac::Address &aMacAddress, 152 Neighbor *FindNeighbor(const Mac::Address &aMacAddress, 186 Neighbor *FindRxOnlyNeighborRouter(const Mac::Address &aMacAddress);
|
D | neighbor.hpp | 148 AddressMatcher(const Mac::Address &aMacAddress, StateFilter aStateFilter) in AddressMatcher() argument 150 … aMacAddress.IsShort() ? aMacAddress.GetShort() : Mac::kShortAddrInvalid, in AddressMatcher() 151 aMacAddress.IsExtended() ? &aMacAddress.GetExtended() : nullptr) in AddressMatcher()
|
D | indirect_sender.cpp | 42 const Mac::Address &IndirectSender::NeighborInfo::GetMacAddress(Mac::Address &aMacAddress) const in GetMacAddress() 46 aMacAddress.SetShort(static_cast<const CslNeighbor *>(this)->GetRloc16()); in GetMacAddress() 50 aMacAddress.SetExtended(static_cast<const CslNeighbor *>(this)->GetExtAddress()); in GetMacAddress() 53 return aMacAddress; in GetMacAddress()
|
D | mesh_forwarder.cpp | 1836 const Mac::Address *aMacAddress, in LogIp6Message() argument 1849 AppendMacAddrToLogString(string, aAction, aMacAddress); in LogIp6Message() 1865 const Mac::Address *aMacAddress) in AppendMacAddrToLogString() argument 1867 VerifyOrExit(aMacAddress != nullptr); in AppendMacAddrToLogString() 1878 aString.Append("%s, ", aMacAddress->ToString().AsCString()); in AppendMacAddrToLogString() 1921 const Mac::Address *aMacAddress) in LogMessage() argument 1955 LogIp6Message(aAction, aMessage, aMacAddress, aError, logLevel); in LogMessage() 1960 LogMeshMessage(aAction, aMessage, aMacAddress, aError, logLevel); in LogMessage()
|
D | child_table.cpp | 143 Child *ChildTable::FindChild(const Mac::Address &aMacAddress, Child::StateFilter aFilter) in FindChild() argument 145 return FindChild(Child::AddressMatcher(aMacAddress, aFilter)); in FindChild()
|
D | child_table.hpp | 168 Child *FindChild(const Mac::Address &aMacAddress, Child::StateFilter aFilter);
|
D | mesh_forwarder_ftd.cpp | 847 const Mac::Address *aMacAddress, in LogMeshFragmentHeader() argument 875 AppendMacAddrToLogString(string, aAction, aMacAddress); in LogMeshFragmentHeader() 919 const Mac::Address *aMacAddress, in LogMeshMessage() argument 926 …SuccessOrExit(LogMeshFragmentHeader(aAction, aMessage, aMacAddress, aError, offset, meshAddrs, aLo… in LogMeshMessage()
|
D | indirect_sender.hpp | 126 const Mac::Address &GetMacAddress(Mac::Address &aMacAddress) const;
|
D | mesh_forwarder.hpp | 586 const Mac::Address *aMacAddress, 614 …dMacAddrToLogString(StringWriter &aString, MessageAction aAction, const Mac::Address *aMacAddress);
|
D | router_table.hpp | 418 Router *FindNeighbor(const Mac::Address &aMacAddress);
|
D | router_table.cpp | 275 Router *RouterTable::FindNeighbor(const Mac::Address &aMacAddress) in FindNeighbor() argument 277 return FindRouter(Router::AddressMatcher(aMacAddress, Router::kInStateValid)); in FindNeighbor()
|
/openthread-latest/src/core/common/ |
D | frame_builder.cpp | 83 Error FrameBuilder::AppendMacAddress(const Mac::Address &aMacAddress) in AppendMacAddress() argument 87 switch (aMacAddress.GetType()) in AppendMacAddress() 93 error = AppendLittleEndianUint16(aMacAddress.GetShort()); in AppendMacAddress() 98 aMacAddress.GetExtended().CopyTo(mBuffer + mLength, Mac::ExtAddress::kReverseByteOrder); in AppendMacAddress()
|
D | frame_builder.hpp | 180 Error AppendMacAddress(const Mac::Address &aMacAddress);
|
/openthread-latest/src/core/utils/ |
D | history_tracker.cpp | 77 void HistoryTracker::RecordMessage(const Message &aMessage, const Mac::Address &aMacAddress, Messag… in RecordMessage() argument 120 entry->mNeighborRloc16 = aMacAddress.IsShort() ? aMacAddress.GetShort() : kInvalidRloc16; in RecordMessage() 133 if (aMacAddress.IsExtended()) in RecordMessage() 135 …Neighbor *neighbor = Get<NeighborTable>().FindNeighbor(aMacAddress, Neighbor::kInStateAnyExceptInv… in RecordMessage()
|
D | history_tracker.hpp | 395 void RecordMessage(const Message &aMessage, const Mac::Address &aMacAddress, MessageType aType);
|
/openthread-latest/src/core/net/ |
D | ip6_address.cpp | 265 void InterfaceIdentifier::ConvertToMacAddress(Mac::Address &aMacAddress) const in ConvertToMacAddress() 267 aMacAddress.SetExtended(mFields.m8); in ConvertToMacAddress() 268 aMacAddress.GetExtended().ToggleLocal(); in ConvertToMacAddress()
|
D | ip6_address.hpp | 423 void ConvertToMacAddress(Mac::Address &aMacAddress) const;
|