Home
last modified time | relevance | path

Searched defs:aMacAddress (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/openthread/src/core/thread/
H A Dneighbor_table.cpp76 Neighbor *NeighborTable::FindParent(const Mac::Address &aMacAddress, Neighbor::StateFilter aFilter) in FindParent()
116 Neighbor *NeighborTable::FindNeighbor(const Mac::Address &aMacAddress, Neighbor::StateFilter aFilte… in FindNeighbor()
179 Neighbor *NeighborTable::FindRxOnlyNeighborRouter(const Mac::Address &aMacAddress) in FindRxOnlyNeighborRouter()
H A Dmesh_forwarder_ftd.cpp871 const Mac::Address *aMacAddress, in LogMeshFragmentHeader()
951 const Mac::Address *aMacAddress, in LogMeshMessage()
H A Dmesh_forwarder.cpp1913 const Mac::Address *aMacAddress, in LogIp6Message()
1964 const Mac::Address *aMacAddress) in LogMessage()
H A Dchild_table.cpp145 Child *ChildTable::FindChild(const Mac::Address &aMacAddress, Child::StateFilter aFilter) in FindChild()
H A Drouter_table.cpp283 Router *RouterTable::FindNeighbor(const Mac::Address &aMacAddress) in FindNeighbor()
H A Dneighbor.hpp155 AddressMatcher(const Mac::Address &aMacAddress, StateFilter aStateFilter) in AddressMatcher()
/aosp_15_r20/external/openthread/examples/platforms/utils/
H A Dlink_metrics.cpp221 LinkMetricsDataInfo *GetLinkMetricsInfoByMacAddress(const otMacAddress *aMacAddress) in GetLinkMetricsInfoByMacAddress()
240 uint8_t otLinkMetricsEnhAckGenData(const otMacAddress *aMacAddress, uint8_t aLqi, int8_t aRssi, uin… in otLinkMetricsEnhAckGenData()
253 uint8_t otLinkMetricsEnhAckGetDataLen(const otMacAddress *aMacAddress) in otLinkMetricsEnhAckGetDataLen()
H A Dmac_frame.cpp114 otError otMacFrameGetSrcAddr(const otRadioFrame *aFrame, otMacAddress *aMacAddress) in otMacFrameGetSrcAddr()
128 otError otMacFrameGetDstAddr(const otRadioFrame *aFrame, otMacAddress *aMacAddress) in otMacFrameGetDstAddr()
/aosp_15_r20/external/openthread/src/core/common/
H A Dframe_builder.cpp83 Error FrameBuilder::AppendMacAddress(const Mac::Address &aMacAddress) in AppendMacAddress()
/aosp_15_r20/external/openthread/src/core/utils/
H A Dhistory_tracker.cpp85 void HistoryTracker::RecordMessage(const Message &aMessage, const Mac::Address &aMacAddress, Messag… in RecordMessage()