Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle.hpp1241 static constexpr uint16_t kNotInUse = kInvalidRloc16; member in ot::Mle::Mle::ServiceAloc
1245 bool IsInUse(void) const { return GetAloc16() != kNotInUse; } in IsInUse()
1246 void MarkAsNotInUse(void) { SetAloc16(kNotInUse); } in MarkAsNotInUse()
Dmle.cpp1238 GetAddress().GetIid().SetToLocator(kNotInUse); in ServiceAloc()
1309 ServiceAloc *newServiceAloc = FindInServiceAlocs(ServiceAloc::kNotInUse); in UpdateServiceAlocs()