Searched defs:aContextId (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/openthread/src/core/thread/ |
H A D | network_data_leader_ftd.cpp | 214 Error Leader::LookupRouteForAgentAloc(uint8_t aContextId, EntryChecker aEntryChecker, uint16_t &aRl… in LookupRouteForAgentAloc() 1253 void Leader::RemoveContext(uint8_t aContextId) in RemoveContext() 1274 void Leader::RemoveContext(PrefixTlv &aPrefix, uint8_t aContextId) in RemoveContext()
|
H A D | network_data_leader.cpp | 208 const PrefixTlv *Leader::FindPrefixTlvForContextId(uint8_t aContextId, const ContextTlv *&aContextT… in FindPrefixTlvForContextId() 227 Error Leader::GetContext(uint8_t aContextId, Lowpan::Context &aContext) const in GetContext()
|
H A D | lowpan.cpp | 55 void Lowpan::FindContextForId(uint8_t aContextId, Context &aContext) const in FindContextForId()
|
H A D | mle_tlvs.hpp | 1006 …static uint8_t ControlByteFor(uint8_t aContextId) { return kCompressed | (aContextId & kContextIdM… in ControlByteFor()
|
H A D | network_data_tlvs.hpp | 1217 void Init(uint8_t aContextId, uint8_t aContextLength) in Init()
|
H A D | mle.cpp | 4664 Error Mle::TxMessage::AppendCompressedAddressEntry(uint8_t aContextId, const Ip6::Address &aAddress) in AppendCompressedAddressEntry()
|
/aosp_15_r20/external/openthread/src/core/net/ |
H A D | dhcp6_server.hpp | 164 …oid Set(const Ip6::Prefix &aPrefix, const Ip6::NetworkPrefix &aMeshLocalPrefix, uint8_t aContextId) in Set()
|