Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/thread/
Dmle_tlvs.hpp1000 …static uint8_t ControlByteFor(uint8_t aContextId) { return kCompressed | (aContextId & kContextIdM… in ControlByteFor() function in ot::Mle::AddressRegistrationTlv
Dmle.cpp4721 SuccessOrExit(error = Append<uint8_t>(AddressRegistrationTlv::ControlByteFor(aContextId))); in AppendCompressedAddressEntry()