Home
last modified time | relevance | path

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

/external/openthread/src/core/thread/
Dneighbor_table.cpp73 Neighbor *NeighborTable::FindParent(const Mac::Address &aMacAddress, Neighbor::StateFilter aFilter) in FindParent()
113 Neighbor *NeighborTable::FindNeighbor(const Mac::Address &aMacAddress, Neighbor::StateFilter aFilte… in FindNeighbor()
176 Neighbor *NeighborTable::FindRxOnlyNeighborRouter(const Mac::Address &aMacAddress) in FindRxOnlyNeighborRouter()
Dmesh_forwarder_ftd.cpp847 const Mac::Address *aMacAddress, in LogMeshFragmentHeader()
919 const Mac::Address *aMacAddress, in LogMeshMessage()
Dmesh_forwarder.cpp1836 const Mac::Address *aMacAddress, in LogIp6Message()
1865 const Mac::Address *aMacAddress) in AppendMacAddrToLogString()
1921 const Mac::Address *aMacAddress) in LogMessage()
Dchild_table.cpp143 Child *ChildTable::FindChild(const Mac::Address &aMacAddress, Child::StateFilter aFilter) in FindChild()
Drouter_table.cpp275 Router *RouterTable::FindNeighbor(const Mac::Address &aMacAddress) in FindNeighbor()
Dneighbor.hpp148 AddressMatcher(const Mac::Address &aMacAddress, StateFilter aStateFilter) in AddressMatcher()
/external/openthread/examples/platforms/utils/
Dlink_metrics.cpp216 LinkMetricsDataInfo *GetLinkMetricsInfoByMacAddress(const otMacAddress *aMacAddress) in GetLinkMetricsInfoByMacAddress()
235 uint8_t otLinkMetricsEnhAckGenData(const otMacAddress *aMacAddress, uint8_t aLqi, int8_t aRssi, uin… in otLinkMetricsEnhAckGenData()
248 uint8_t otLinkMetricsEnhAckGetDataLen(const otMacAddress *aMacAddress) in otLinkMetricsEnhAckGetDataLen()
Dmac_frame.cpp129 otError otMacFrameGetSrcAddr(const otRadioFrame *aFrame, otMacAddress *aMacAddress) in otMacFrameGetSrcAddr()
143 otError otMacFrameGetDstAddr(const otRadioFrame *aFrame, otMacAddress *aMacAddress) in otMacFrameGetDstAddr()
/external/openthread/src/core/common/
Dframe_builder.cpp83 Error FrameBuilder::AppendMacAddress(const Mac::Address &aMacAddress) in AppendMacAddress()
/external/openthread/src/core/utils/
Dhistory_tracker.cpp77 void HistoryTracker::RecordMessage(const Message &aMessage, const Mac::Address &aMacAddress, Messag… in RecordMessage()