Home
last modified time | relevance | path

Searched defs:aContextId (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/src/core/net/
Ddhcp6_server.hpp152 …oid Set(const Ip6::Prefix &aPrefix, const Ip6::NetworkPrefix &aMeshLocalPrefix, uint8_t aContextId) in Set()
/openthread-latest/src/core/utils/
Dslaac_address.hpp176 void SetContextId(uint8_t aContextId) { mContextId = aContextId; } in SetContextId()
/openthread-latest/src/core/thread/
Dnetwork_data_leader.cpp193 const PrefixTlv *Leader::FindPrefixTlvForContextId(uint8_t aContextId, const ContextTlv *&aContextT… in FindPrefixTlvForContextId()
212 Error Leader::GetContext(uint8_t aContextId, Lowpan::Context &aContext) const in GetContext()
Dnetwork_data_leader_ftd.cpp198 Error Leader::LookupRouteForAgentAloc(uint8_t aContextId, EntryChecker aEntryChecker, uint16_t &aRl… in LookupRouteForAgentAloc()
1237 void Leader::RemoveContext(uint8_t aContextId) in RemoveContext()
1258 void Leader::RemoveContext(PrefixTlv &aPrefix, uint8_t aContextId) in RemoveContext()
Dlowpan.cpp46 void Lowpan::FindContextForId(uint8_t aContextId, Context &aContext) const in FindContextForId()
Dmle_tlvs.hpp918 …static uint8_t ControlByteFor(uint8_t aContextId) { return kCompressed | (aContextId & kContextIdM… in ControlByteFor()
Dnetwork_data_tlvs.hpp1113 void Init(uint8_t aContextId, uint8_t aContextLength) in Init()
Dmle.cpp5057 Error Mle::TxMessage::AppendCompressedAddressEntry(uint8_t aContextId, const Ip6::Address &aAddress) in AppendCompressedAddressEntry()