Searched refs:GetContextId (Results 1 – 11 of 11) sorted by relevance
175 uint8_t GetContextId(void) const { return mContextId; } in GetContextId() function in ot::Utils::Slaac::SlaacAddress
374 VerifyOrExit(context.mContextId != aSlaacAddress.GetContextId()); in UpdateContextIdFor()
927 mContextIds.MarkAsInUse(dstContext->GetContextId()); in AddBorderRouter()1141 mContextIds.ScheduleToRemove(context->GetContextId()); in RemoveRlocInPrefix()1146 mContextIds.MarkAsInUse(context->GetContextId()); in RemoveRlocInPrefix()1265 if (context->GetContextId() == aContextId) in RemoveContext()1319 mContextIds.MarkAsInUse(context->GetContextId()); in HandleNetworkDataRestoredAfterReset()1323 mContextIds.ScheduleToRemove(context->GetContextId()); in HandleNetworkDataRestoredAfterReset()
184 aContext.mContextId = contextTlv->GetContextId(); in GetContext()202 if ((contextTlv != nullptr) && (contextTlv->GetContextId() == aContextId)) in FindPrefixTlvForContextId()229 aContext.mContextId = contextTlv->GetContextId(); in GetContext()
259 mContextId = aContextTlv.GetContextId(); in SetFrom()
937 static uint8_t GetContextId(uint8_t aControlByte) { return (aControlByte & kContextIdMask); } in GetContextId() function in ot::Mle::AddressRegistrationTlv
656 entry->SetRloc(0xfc00 | context->GetContextId()); in RemoveTemporaryDataIn()
1145 uint8_t GetContextId(void) const { return mFlags & kContextIdMask; } in GetContextId() function in ot::NetworkData::ContextTlv
1926 uint8_t contextId = AddressRegistrationTlv::GetContextId(controlByte); in ProcessAddressRegistrationTlv()
112 uint8_t GetContextId(void) const { return mAloc.mAddress.mFields.m8[15]; } in GetContextId() function in ot::Dhcp6::Server::PrefixAgent
83 if ((error == kErrorNone) && (prefixAgent.GetContextId() == lowpanContext.mContextId)) in UpdateService()