Home
last modified time | relevance | path

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

/openthread-2.7.6/examples/platforms/utils/
Dmac_frame.cpp94 static void GetOtMacAddress(const Mac::Address &aInAddress, otMacAddress *aOutAddress) in GetOtMacAddress() argument
96 switch (aInAddress.GetType()) in GetOtMacAddress()
104 aOutAddress->mAddress.mShortAddress = aInAddress.GetShort(); in GetOtMacAddress()
109 aOutAddress->mAddress.mExtAddress = aInAddress.GetExtended(); in GetOtMacAddress()