Home
last modified time | relevance | path

Searched refs:mContextId (Results 1 – 10 of 10) sorted by relevance

/openthread-3.5.0/src/core/net/
Dnd_agent.cpp73 if ((error != kErrorNone) || (lowpanContext.mContextId != contextId)) in UpdateService()
104 uint16_t rloc = Mle::kAloc16NeighborDiscoveryAgentStart + lowpanContext.mContextId - 1; in UpdateService()
Ddhcp6_server.cpp91 if ((error == kErrorNone) && (prefixAgent.GetContextId() == lowpanContext.mContextId)) in UpdateService()
170 newEntry->Set(aIp6Prefix, Get<Mle::MleRouter>().GetMeshLocalPrefix(), aContext.mContextId); in AddPrefixAgent()
/openthread-3.5.0/tests/unit/
Dtest_lowpan.hpp66 mSrcContext.mContextId = kContextUnused; in TestIphcVector()
67 mDstContext.mContextId = kContextUnused; in TestIphcVector()
/openthread-3.5.0/include/openthread/
Dnetdata.h80 uint8_t mContextId; ///< The 6LoWPAN Context ID. member
/openthread-3.5.0/src/core/thread/
Dnetwork_data_leader.cpp162 aContext.mContextId = contextTlv->GetContextId(); in GetContext()
193 aContext.mContextId = contextTlv->GetContextId(); in GetContext()
206 aContext.mContextId = Mle::kMeshLocalPrefixContextId; in GetContextForMeshLocalPrefix()
Dnetwork_data_types.cpp260 mContextId = aContextTlv.GetContextId(); in SetFrom()
Dlowpan.cpp266 if (srcContext.mContextId != 0 || dstContext.mContextId != 0) in Compress()
269 …ssOrExit(error = aFrameBuilder.AppendUint8(((srcContext.mContextId << 4) | dstContext.mContextId) … in Compress()
Dlowpan.hpp80 uint8_t mContextId; ///< The Context ID. member
Dmle.cpp4643 …error = AppendCompressedAddressEntry(context.mContextId, Get<DuaManager>().GetDomainUnicastAddress… in AppendAddressRegistrationTlv()
4665 … SuccessOrExit(error = AppendCompressedAddressEntry(context.mContextId, addr.GetAddress())); in AppendAddressRegistrationTlv()
4924 else if (context.mContextId != kMeshLocalPrefixContextId) in AppendAddressRegistrationTlv()
4926 SuccessOrExit(error = AppendCompressedAddressEntry(context.mContextId, address)); in AppendAddressRegistrationTlv()
/openthread-3.5.0/src/cli/
Dcli_network_data.cpp658 OutputLine(" %u %c", info.mContextId, info.mCompressFlag ? 'c' : '-'); in OutputLowpanContexts()