Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_types.hpp125 void Set(const uint8_t *aBuffer, CopyByteOrder aByteOrder = kNormalByteOrder) in Set() argument
127 CopyAddress(m8, aBuffer, aByteOrder); in Set()
196 void CopyTo(uint8_t *aBuffer, CopyByteOrder aByteOrder = kNormalByteOrder) const in CopyTo() argument
198 CopyAddress(aBuffer, m8, aByteOrder); in CopyTo()
222 static void CopyAddress(uint8_t *aDst, const uint8_t *aSrc, CopyByteOrder aByteOrder);
351 …void SetExtended(const uint8_t *aBuffer, ExtAddress::CopyByteOrder aByteOrder = ExtAddress::kNorma… in SetExtended() argument
353 mShared.mExtAddress.Set(aBuffer, aByteOrder); in SetExtended()
Dmac_types.cpp77 void ExtAddress::CopyAddress(uint8_t *aDst, const uint8_t *aSrc, CopyByteOrder aByteOrder) in CopyAddress() argument
79 switch (aByteOrder) in CopyAddress()