Searched refs:aIp6Length (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/tests/unit/ |
D | test_lowpan.cpp | 48 void TestIphcVector::GetUncompressedStream(uint8_t *aIp6, uint16_t &aIp6Length) in GetUncompressedStream() argument 50 aIp6Length = 0; in GetUncompressedStream() 53 aIp6Length += sizeof(mIpHeader); in GetUncompressedStream() 57 memcpy(aIp6 + aIp6Length, mExtHeader.mData, mExtHeader.mLength); in GetUncompressedStream() 58 aIp6Length += mExtHeader.mLength; in GetUncompressedStream() 63 …memcpy(aIp6 + aIp6Length, reinterpret_cast<uint8_t *>(&mIpTunneledHeader), sizeof(mIpTunneledHeade… in GetUncompressedStream() 64 aIp6Length += sizeof(mIpTunneledHeader); in GetUncompressedStream() 69 memcpy(aIp6 + aIp6Length, reinterpret_cast<uint8_t *>(&mUdpHeader), sizeof(mUdpHeader)); in GetUncompressedStream() 70 aIp6Length += sizeof(mUdpHeader); in GetUncompressedStream() 73 memcpy(aIp6 + aIp6Length, mPayload.mData, mPayload.mLength); in GetUncompressedStream() [all …]
|
D | test_lowpan.hpp | 258 void GetUncompressedStream(uint8_t *aIp6, uint16_t &aIp6Length);
|