Home
last modified time | relevance | path

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

/openthread-3.5.0/tests/unit/
Dtest_network_data.cpp635 VerifyOrQuit(aInfo.mAnycastAddress.GetIid().IsAnycastServiceLocator()); in TestNetworkDataDsnSrpServices()
637 return (aInfo.mAnycastAddress.GetIid().GetLocator() == mAloc16) && in TestNetworkDataDsnSrpServices()
704 … printf("\nanycastInfo { %s, seq:%d }", anycastInfo.mAnycastAddress.ToString().AsCString(), in TestNetworkDataDsnSrpServices()
717 …printf("\n\nPreferred anycastInfo { %s, seq:%d }", anycastInfo.mAnycastAddress.ToString().AsCStrin… in TestNetworkDataDsnSrpServices()
911 printf("\n { %s, seq:%d }", anycastInfo.mAnycastAddress.ToString().AsCString(), in TestNetworkDataDsnSrpAnycastSeqNumSelection()
/openthread-3.5.0/src/core/thread/
Dnetwork_data_service.hpp177 Ip6::Address mAnycastAddress; ///< The anycast address associated with the DNS/SRP servers. member
Dnetwork_data_service.cpp185 aInfo.mAnycastAddress.SetToAnycastLocator(Get<Mle::Mle>().GetMeshLocalPrefix(), in GetNextDnsSrpAnycastInfo()
/openthread-3.5.0/src/core/net/
Dsrp_client.cpp1994 serverSockAddr.SetAddress(anycastInfo.mAnycastAddress); in ProcessAutoStart()