Home
last modified time | relevance | path

Searched refs:GetIdentification (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/net/
Dip4_types.hpp407 uint16_t GetIdentification(void) const { return BigEndian::HostSwap16(mIdentification); } in GetIdentification() function in ot::Ip4::Header
Dip6_headers.hpp621 uint32_t GetIdentification(void) const { return mIdentification; } in GetIdentification() function in ot::Ip6::FragmentHeader
Dip6.cpp647 if (msg.GetDatagramTag() == fragmentHeader.GetIdentification() && in HandleFragment()
658 …"Fragment with id %lu received > %u bytes, offset %u", ToUlong(fragmentHeader.GetIdentification()), in HandleFragment()
675 message->SetDatagramTag(fragmentHeader.GetIdentification()); in HandleFragment()