Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle_tlvs.hpp918 …static uint8_t ControlByteFor(uint8_t aContextId) { return kCompressed | (aContextId & kContextIdM… in ControlByteFor()
928 static bool IsEntryCompressed(uint8_t aControlByte) { return (aControlByte & kCompressed); } in IsEntryCompressed()
942 static constexpr uint8_t kCompressed = 1 << 7; member in ot::Mle::AddressRegistrationTlv