Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dslaac_address.hpp175 uint8_t GetContextId(void) const { return mContextId; } in GetContextId() function in ot::Utils::Slaac::SlaacAddress
Dslaac_address.cpp374 VerifyOrExit(context.mContextId != aSlaacAddress.GetContextId()); in UpdateContextIdFor()
/openthread-latest/src/core/thread/
Dnetwork_data_leader_ftd.cpp927 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()
Dnetwork_data_leader.cpp184 aContext.mContextId = contextTlv->GetContextId(); in GetContext()
202 if ((contextTlv != nullptr) && (contextTlv->GetContextId() == aContextId)) in FindPrefixTlvForContextId()
229 aContext.mContextId = contextTlv->GetContextId(); in GetContext()
Dnetwork_data_types.cpp259 mContextId = aContextTlv.GetContextId(); in SetFrom()
Dmle_tlvs.hpp937 static uint8_t GetContextId(uint8_t aControlByte) { return (aControlByte & kContextIdMask); } in GetContextId() function in ot::Mle::AddressRegistrationTlv
Dnetwork_data.cpp656 entry->SetRloc(0xfc00 | context->GetContextId()); in RemoveTemporaryDataIn()
Dnetwork_data_tlvs.hpp1145 uint8_t GetContextId(void) const { return mFlags & kContextIdMask; } in GetContextId() function in ot::NetworkData::ContextTlv
Dmle_router.cpp1926 uint8_t contextId = AddressRegistrationTlv::GetContextId(controlByte); in ProcessAddressRegistrationTlv()
/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
Ddhcp6_server.cpp83 if ((error == kErrorNone) && (prefixAgent.GetContextId() == lowpanContext.mContextId)) in UpdateService()