Home
last modified time | relevance | path

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

/external/openthread/src/core/thread/
Dmle.hpp1836 void MarkAsNotInUse(void) { SetAloc16(kNotInUse); } in MarkAsNotInUse()
1838 void SetAloc16(uint16_t aAloc16) { GetAddress().GetIid().SetLocator(aAloc16); } in SetAloc16() function in ot::Mle::Mle::ServiceAloc
Dmle.cpp1269 newServiceAloc->SetAloc16(aloc16); in UpdateServiceAlocs()