Searched defs:aContextId (Results 1 – 5 of 5) sorted by relevance
1007 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()
165 Error LeaderBase::GetContext(uint8_t aContextId, Lowpan::Context &aContext) const in GetContext()
1024 void SetContextId(uint8_t aContextId) { mControl = kCompressed | aContextId; } in SetContextId()
1221 void Init(uint8_t aContextId, uint8_t aContextLength) in Init()
170 …oid Set(const Ip6::Prefix &aPrefix, const Ip6::NetworkPrefix &aMeshLocalPrefix, uint8_t aContextId) in Set()