Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/net/
Dsrp_client.cpp1249 … for (const Ip6::Netif::UnicastAddress &unicastAddress : Get<ThreadNetif>().GetUnicastAddresses()) in AppendHostDescriptionInstruction() local
1251 if (unicastAddress.GetAddress().IsLinkLocal() || in AppendHostDescriptionInstruction()
1252 Get<Mle::Mle>().IsMeshLocalAddress(unicastAddress.GetAddress())) in AppendHostDescriptionInstruction()
1257 SuccessOrExit(error = AppendAaaaRecord(unicastAddress.GetAddress(), aMessage, aInfo)); in AppendHostDescriptionInstruction()