Searched refs:aContextId (Results 1 – 11 of 11) sorted by relevance
| /openthread-latest/src/core/thread/ |
| D | network_data_leader.hpp | 129 Error GetContext(uint8_t aContextId, Lowpan::Context &aContext) const; 434 …const PrefixTlv *FindPrefixTlvForContextId(uint8_t aContextId, const ContextTlv *&aContextTlv) con… 554 …Error LookupRouteForAgentAloc(uint8_t aContextId, EntryChecker aEntryChecker, uint16_t &aRloc16) c… 567 void RemoveContext(uint8_t aContextId); 568 void RemoveContext(PrefixTlv &aPrefix, uint8_t aContextId);
|
| D | network_data_leader.cpp | 193 const PrefixTlv *Leader::FindPrefixTlvForContextId(uint8_t aContextId, const ContextTlv *&aContextT… in FindPrefixTlvForContextId() argument 202 if ((contextTlv != nullptr) && (contextTlv->GetContextId() == aContextId)) in FindPrefixTlvForContextId() 212 Error Leader::GetContext(uint8_t aContextId, Lowpan::Context &aContext) const in GetContext() argument 219 if (aContextId == Mle::kMeshLocalPrefixContextId) in GetContext() 225 prefixTlv = FindPrefixTlvForContextId(aContextId, contextTlv); in GetContext()
|
| D | network_data_leader_ftd.cpp | 198 Error Leader::LookupRouteForAgentAloc(uint8_t aContextId, EntryChecker aEntryChecker, uint16_t &aRl… in LookupRouteForAgentAloc() argument 204 prefixTlv = FindPrefixTlvForContextId(aContextId, contextTlv); in LookupRouteForAgentAloc() 1237 void Leader::RemoveContext(uint8_t aContextId) in RemoveContext() argument 1244 RemoveContext(*prefix, aContextId); in RemoveContext() 1258 void Leader::RemoveContext(PrefixTlv &aPrefix, uint8_t aContextId) in RemoveContext() argument 1265 if (context->GetContextId() == aContextId) in RemoveContext()
|
| D | mle_tlvs.hpp | 918 …static uint8_t ControlByteFor(uint8_t aContextId) { return kCompressed | (aContextId & kContextIdM… in ControlByteFor() argument
|
| D | network_data_tlvs.hpp | 1113 void Init(uint8_t aContextId, uint8_t aContextLength) in Init() argument 1118 mFlags = ((aContextId << kContextIdOffset) & kContextIdMask); in Init()
|
| D | lowpan.hpp | 253 void FindContextForId(uint8_t aContextId, Context &aContext) const;
|
| D | lowpan.cpp | 46 void Lowpan::FindContextForId(uint8_t aContextId, Context &aContext) const in FindContextForId() argument 48 if (Get<NetworkData::Leader>().GetContext(aContextId, aContext) != kErrorNone) in FindContextForId()
|
| D | mle.hpp | 1035 Error AppendCompressedAddressEntry(uint8_t aContextId, const Ip6::Address &aAddress);
|
| D | mle.cpp | 5057 Error Mle::TxMessage::AppendCompressedAddressEntry(uint8_t aContextId, const Ip6::Address &aAddress) in AppendCompressedAddressEntry() argument 5064 SuccessOrExit(error = Append<uint8_t>(AddressRegistrationTlv::ControlByteFor(aContextId))); in AppendCompressedAddressEntry()
|
| /openthread-latest/src/core/utils/ |
| D | slaac_address.hpp | 176 void SetContextId(uint8_t aContextId) { mContextId = aContextId; } in SetContextId() argument
|
| /openthread-latest/src/core/net/ |
| D | dhcp6_server.hpp | 152 …oid Set(const Ip6::Prefix &aPrefix, const Ip6::NetworkPrefix &aMeshLocalPrefix, uint8_t aContextId) in Set() argument 157 ….GetAddress().SetToAnycastLocator(aMeshLocalPrefix, (Ip6::Address::kAloc16Mask << 8) + aContextId); in Set()
|