Searched refs:macAddrs (Results 1 – 2 of 2) sorted by relevance
362 Mac::Addresses macAddrs; in PrepareDataFrame() local370 Get<MeshForwarder>().GetMacSourceAddress(ip6Header.GetSource(), macAddrs.mSource); in PrepareDataFrame()374 … Get<MeshForwarder>().GetMacDestinationAddress(ip6Header.GetDestination(), macAddrs.mDestination); in PrepareDataFrame()378 aChild.GetMacAddress(macAddrs.mDestination); in PrepareDataFrame()386 nextOffset = Get<MeshForwarder>().PrepareDataFrameWithNoMeshHeader(aFrame, aMessage, macAddrs); in PrepareDataFrame()
1002 Mac::Addresses macAddrs; in PrepareDataFrame() local1017 macAddrs.mSource.SetShort(aMeshSource); in PrepareDataFrame()1018 macAddrs.mDestination.SetShort(aMeshDest); in PrepareDataFrame()1022 macAddrs = aMacAddrs; in PrepareDataFrame()1025 SuccessOrAssert(Get<Lowpan::Lowpan>().Compress(aMessage, macAddrs, frameBuilder)); in PrepareDataFrame()