Home
last modified time | relevance | path

Searched refs:kNotInUse (Results 1 – 2 of 2) sorted by relevance

/openthread-3.6.0/src/core/thread/
Dmle.hpp1178 static constexpr uint16_t kNotInUse = Mac::kShortAddrInvalid; member in ot::Mle::Mle::ServiceAloc
1182 bool IsInUse(void) const { return GetAloc16() != kNotInUse; } in IsInUse()
1183 void MarkAsNotInUse(void) { SetAloc16(kNotInUse); } in MarkAsNotInUse()
Dmle.cpp1228 GetAddress().GetIid().SetToLocator(kNotInUse); in ServiceAloc()
1299 ServiceAloc *newServiceAloc = FindInServiceAlocs(ServiceAloc::kNotInUse); in UpdateServiceAlocs()