Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_lowpan.cpp48 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 …]
Dtest_lowpan.hpp258 void GetUncompressedStream(uint8_t *aIp6, uint16_t &aIp6Length);