Searched refs:mContextId (Results 1 – 10 of 10) sorted by relevance
73 if ((error != kErrorNone) || (lowpanContext.mContextId != contextId)) in UpdateService()104 uint16_t rloc = Mle::kAloc16NeighborDiscoveryAgentStart + lowpanContext.mContextId - 1; in UpdateService()
91 if ((error == kErrorNone) && (prefixAgent.GetContextId() == lowpanContext.mContextId)) in UpdateService()170 newEntry->Set(aIp6Prefix, Get<Mle::MleRouter>().GetMeshLocalPrefix(), aContext.mContextId); in AddPrefixAgent()
66 mSrcContext.mContextId = kContextUnused; in TestIphcVector()67 mDstContext.mContextId = kContextUnused; in TestIphcVector()
80 uint8_t mContextId; ///< The 6LoWPAN Context ID. member
162 aContext.mContextId = contextTlv->GetContextId(); in GetContext()193 aContext.mContextId = contextTlv->GetContextId(); in GetContext()206 aContext.mContextId = Mle::kMeshLocalPrefixContextId; in GetContextForMeshLocalPrefix()
260 mContextId = aContextTlv.GetContextId(); in SetFrom()
266 if (srcContext.mContextId != 0 || dstContext.mContextId != 0) in Compress()269 …ssOrExit(error = aFrameBuilder.AppendUint8(((srcContext.mContextId << 4) | dstContext.mContextId) … in Compress()
80 uint8_t mContextId; ///< The Context ID. member
4643 …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()
658 OutputLine(" %u %c", info.mContextId, info.mCompressFlag ? 'c' : '-'); in OutputLowpanContexts()