Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/utils/
Dmac_frame.cpp109 static void GetOtMacAddress(const Mac::Address &aInAddress, otMacAddress *aOutAddress) in GetOtMacAddress() argument
111 switch (aInAddress.GetType()) in GetOtMacAddress()
119 aOutAddress->mAddress.mShortAddress = aInAddress.GetShort(); in GetOtMacAddress()
124 aOutAddress->mAddress.mExtAddress = aInAddress.GetExtended(); in GetOtMacAddress()