Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/mac/
Dmac_types.hpp135 void Set(const uint8_t *aBuffer, CopyByteOrder aByteOrder = kNormalByteOrder) in Set() argument
137 CopyAddress(m8, aBuffer, aByteOrder); in Set()
213 void CopyTo(uint8_t *aBuffer, CopyByteOrder aByteOrder = kNormalByteOrder) const in CopyTo() argument
215 CopyAddress(aBuffer, m8, aByteOrder); in CopyTo()
230 static void CopyAddress(uint8_t *aDst, const uint8_t *aSrc, CopyByteOrder aByteOrder);
374 …void SetExtended(const uint8_t *aBuffer, ExtAddress::CopyByteOrder aByteOrder = ExtAddress::kNorma… in SetExtended() argument
376 mShared.mExtAddress.Set(aBuffer, aByteOrder); in SetExtended()
Dmac_types.cpp75 void ExtAddress::CopyAddress(uint8_t *aDst, const uint8_t *aSrc, CopyByteOrder aByteOrder) in CopyAddress() argument
77 switch (aByteOrder) in CopyAddress()