Searched refs:macAddress (Results 1 – 3 of 3) sorted by relevance
137 Mac::Address macAddress; in FindNeighbor() local141 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() local171 macAddress.SetExtended(aExtAddress); in FindRxOnlyNeighborRouter()173 return FindRxOnlyNeighborRouter(macAddress); in FindRxOnlyNeighborRouter()
384 Mac::Address macAddress; in FindNeighbor() local389 aDestination.GetIid().ConvertToMacAddress(macAddress); in FindNeighbor()391 aNeighbor = Get<NeighborTable>().FindNeighbor(macAddress); in FindNeighbor()
812 otMacAddress macAddress; in radioSendAck() local814 otEXPECT(otMacFrameGetSrcAddr(&sReceiveFrame, &macAddress) == OT_ERROR_NONE); in radioSendAck()816 … linkMetricsDataLen = otLinkMetricsEnhAckGenData(&macAddress, sReceiveFrame.mInfo.mRxInfo.mLqi, in radioSendAck()851 otMacAddress macAddress; in radioProcessFrame() local852 OT_UNUSED_VARIABLE(macAddress); in radioProcessFrame()867 …otEXPECT_ACTION(otMacFrameGetSrcAddr(&sReceiveFrame, &macAddress) == OT_ERROR_NONE, error = OT_ERR… in radioProcessFrame()