Searched refs:kNotInUse (Results 1 – 2 of 2) sorted by relevance
1241 static constexpr uint16_t kNotInUse = kInvalidRloc16; member in ot::Mle::Mle::ServiceAloc1245 bool IsInUse(void) const { return GetAloc16() != kNotInUse; } in IsInUse()1246 void MarkAsNotInUse(void) { SetAloc16(kNotInUse); } in MarkAsNotInUse()
1238 GetAddress().GetIid().SetToLocator(kNotInUse); in ServiceAloc()1309 ServiceAloc *newServiceAloc = FindInServiceAlocs(ServiceAloc::kNotInUse); in UpdateServiceAlocs()