Searched defs:GetContextId (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/src/core/net/ | ||
D | dhcp6_server.hpp | 112 uint8_t GetContextId(void) const { return mAloc.mAddress.mFields.m8[15]; } in GetContextId() function in ot::Dhcp6::Server::PrefixAgent |
/openthread-latest/src/core/utils/ | ||
D | slaac_address.hpp | 175 uint8_t GetContextId(void) const { return mContextId; } in GetContextId() function in ot::Utils::Slaac::SlaacAddress |
/openthread-latest/src/core/thread/ | ||
D | mle_tlvs.hpp | 937 static uint8_t GetContextId(uint8_t aControlByte) { return (aControlByte & kContextIdMask); } in GetContextId() function in ot::Mle::AddressRegistrationTlv |
D | network_data_tlvs.hpp | 1145 uint8_t GetContextId(void) const { return mFlags & kContextIdMask; } in GetContextId() function in ot::NetworkData::ContextTlv |