Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddhcp6_server.hpp119 Ip6::Netif::UnicastAddress &GetAloc(void) { return mAloc; } in GetAloc() function in ot::Dhcp6::Server::PrefixAgent
Ddhcp6_server.cpp93 Get<ThreadNetif>().RemoveUnicastAddress(prefixAgent.GetAloc()); in UpdateService()
163 Get<ThreadNetif>().AddUnicastAddress(newEntry->GetAloc()); in AddPrefixAgent()