Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle.hpp1245 bool IsInUse(void) const { return GetAloc16() != kNotInUse; } in IsInUse()
1247 uint16_t GetAloc16(void) const { return GetAddress().GetIid().GetLocator(); } in GetAloc16() function in ot::Mle::Mle::ServiceAloc
Dmle.cpp1251 if (serviceAloc.GetAloc16() == aAloc16) in FindInServiceAlocs()
1284 if (service.mServiceId == ServiceIdFromAloc(serviceAloc.GetAloc16())) in UpdateServiceAlocs()