Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/net/
Dip4_types.hpp445 …void SetIdentification(uint16_t aIdentification) { mIdentification = HostSwap16(aIdentification); } in SetIdentification() function in ot::Ip4::Header
Dip6_headers.hpp689 void SetIdentification(uint32_t aIdentification) { mIdentification = aIdentification; } in SetIdentification() function in ot::Ip6::FragmentHeader
Dnat64_translator.cpp155 ip4Header.SetIdentification(0); in TranslateFromIp6()
Dip6.cpp577 fragmentHeader.SetIdentification(Random::NonCrypto::GetUint32()); in FragmentDatagram()