Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle_tlvs.hpp928 static bool IsEntryCompressed(uint8_t aControlByte) { return (aControlByte & kCompressed); } in IsEntryCompressed() argument
937 static uint8_t GetContextId(uint8_t aControlByte) { return (aControlByte & kContextIdMask); } in GetContextId() argument