Home
last modified time | relevance | path

Searched refs:GetTotalLength (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/tests/unit/
Dtest_ip4_header.cpp71 VerifyOrQuit(header.GetTotalLength() == 0); in TestIp4Header()
/openthread-latest/src/core/net/
Dip4_types.cpp209 VerifyOrExit(GetTotalLength() == aMessage.GetLength()); in ParseFrom()
Dnat64_translator.cpp280 …mCounters.Count4To6Packet(ip4Header.GetProtocol(), ip4Header.GetTotalLength() - sizeof(ip4Header)); in TranslateToIp6()
281 …mapping->mCounters.Count4To6Packet(ip4Header.GetProtocol(), ip4Header.GetTotalLength() - sizeof(ip… in TranslateToIp6()
Dip4_types.hpp365 uint16_t GetTotalLength(void) const { return BigEndian::HostSwap16(mTotalLength); } in GetTotalLength() function in ot::Ip4::Header