Searched refs:aByteOrder (Results 1 – 2 of 2) sorted by relevance
/openthread-2.7.6/src/core/mac/ |
D | mac_types.hpp | 132 void Set(const uint8_t *aBuffer, CopyByteOrder aByteOrder = kNormalByteOrder) in Set() argument 134 CopyAddress(m8, aBuffer, aByteOrder); in Set() 210 void CopyTo(uint8_t *aBuffer, CopyByteOrder aByteOrder = kNormalByteOrder) const in CopyTo() argument 212 CopyAddress(aBuffer, m8, aByteOrder); in CopyTo() 227 static void CopyAddress(uint8_t *aDst, const uint8_t *aSrc, CopyByteOrder aByteOrder); 371 …void SetExtended(const uint8_t *aBuffer, ExtAddress::CopyByteOrder aByteOrder = ExtAddress::kNorma… in SetExtended() argument 373 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()
|