Home
last modified time | relevance | path

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

/external/openthread/src/core/thread/
Dnetwork_data_leader_ftd.cpp1007 Error Leader::AllocateContextId(uint8_t &aContextId) in AllocateContextId()
1026 void Leader::FreeContextId(uint8_t aContextId) in FreeContextId()
1034 void Leader::StartContextReuseTimer(uint8_t aContextId) in StartContextReuseTimer()
1046 void Leader::StopContextReuseTimer(uint8_t aContextId) in StopContextReuseTimer()
1271 void Leader::RemoveContext(uint8_t aContextId) in RemoveContext()
1290 void Leader::RemoveContext(PrefixTlv &aPrefix, uint8_t aContextId) in RemoveContext()
Dnetwork_data_leader.cpp165 Error LeaderBase::GetContext(uint8_t aContextId, Lowpan::Context &aContext) const in GetContext()
Dmle_tlvs.hpp1024 void SetContextId(uint8_t aContextId) { mControl = kCompressed | aContextId; } in SetContextId()
Dnetwork_data_tlvs.hpp1221 void Init(uint8_t aContextId, uint8_t aContextLength) in Init()
/external/openthread/src/core/net/
Ddhcp6_server.hpp170 …oid Set(const Ip6::Prefix &aPrefix, const Ip6::NetworkPrefix &aMeshLocalPrefix, uint8_t aContextId) in Set()