Home
last modified time | relevance | path

Searched refs:macAddress (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/thread/
Dneighbor_table.cpp137 Mac::Address macAddress; in FindNeighbor() local
141 aIp6Address.GetIid().ConvertToMacAddress(macAddress); in FindNeighbor()
146 macAddress.SetShort(aIp6Address.GetIid().GetLocator()); in FindNeighbor()
149 if (!macAddress.IsNone()) in FindNeighbor()
151 neighbor = FindNeighbor(Neighbor::AddressMatcher(macAddress, aFilter)); in FindNeighbor()
169 Mac::Address macAddress; in FindRxOnlyNeighborRouter() local
171 macAddress.SetExtended(aExtAddress); in FindRxOnlyNeighborRouter()
173 return FindRxOnlyNeighborRouter(macAddress); in FindRxOnlyNeighborRouter()
Dlink_metrics.cpp384 Mac::Address macAddress; in FindNeighbor() local
389 aDestination.GetIid().ConvertToMacAddress(macAddress); in FindNeighbor()
391 aNeighbor = Get<NeighborTable>().FindNeighbor(macAddress); in FindNeighbor()
/openthread-latest/examples/platforms/simulation/
Dradio.c812 otMacAddress macAddress; in radioSendAck() local
814 otEXPECT(otMacFrameGetSrcAddr(&sReceiveFrame, &macAddress) == OT_ERROR_NONE); in radioSendAck()
816 … linkMetricsDataLen = otLinkMetricsEnhAckGenData(&macAddress, sReceiveFrame.mInfo.mRxInfo.mLqi, in radioSendAck()
851 otMacAddress macAddress; in radioProcessFrame() local
852 OT_UNUSED_VARIABLE(macAddress); in radioProcessFrame()
867 …otEXPECT_ACTION(otMacFrameGetSrcAddr(&sReceiveFrame, &macAddress) == OT_ERROR_NONE, error = OT_ERR… in radioProcessFrame()