Home
last modified time | relevance | path

Searched defs:GetContextId (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/net/
Ddhcp6_server.hpp112 uint8_t GetContextId(void) const { return mAloc.mAddress.mFields.m8[15]; } in GetContextId() function in ot::Dhcp6::Server::PrefixAgent
/openthread-latest/src/core/utils/
Dslaac_address.hpp175 uint8_t GetContextId(void) const { return mContextId; } in GetContextId() function in ot::Utils::Slaac::SlaacAddress
/openthread-latest/src/core/thread/
Dmle_tlvs.hpp937 static uint8_t GetContextId(uint8_t aControlByte) { return (aControlByte & kContextIdMask); } in GetContextId() function in ot::Mle::AddressRegistrationTlv
Dnetwork_data_tlvs.hpp1145 uint8_t GetContextId(void) const { return mFlags & kContextIdMask; } in GetContextId() function in ot::NetworkData::ContextTlv