Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dip6_headers.hpp637 static inline uint16_t MakeDivisibleByEight(uint16_t aLength) { return aLength & 0xfff8; } in MakeDivisibleByEight() function in ot::Ip6::FragmentHeader
Dip6.cpp556 … FragmentHeader::MakeDivisibleByEight(kMinimalMtu - aMessage.GetOffset() - sizeof(fragmentHeader)); in FragmentDatagram()