Searched refs:aByteOrder (Results 1 – 2 of 2) sorted by relevance
/openthread-3.6.0/src/core/mac/ |
D | mac_types.hpp | 135 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()
|
D | mac_types.cpp | 75 void ExtAddress::CopyAddress(uint8_t *aDst, const uint8_t *aSrc, CopyByteOrder aByteOrder) in CopyAddress() argument 77 switch (aByteOrder) in CopyAddress()
|