Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_network_data.cpp643 VerifyOrQuit(aInfo.mAnycastAddress.GetIid().IsAnycastServiceLocator()); in TestNetworkDataDsnSrpServices()
645 return (aInfo.mAnycastAddress.GetIid().GetLocator() == mAloc16) && in TestNetworkDataDsnSrpServices()
752 …anycastInfo.mAnycastAddress.ToString().AsCString(), anycastInfo.mSequenceNumber, anycastInfo.mRloc… in TestNetworkDataDsnSrpServices()
766 …anycastInfo.mAnycastAddress.ToString().AsCString(), anycastInfo.mSequenceNumber, anycastInfo.mVers… in TestNetworkDataDsnSrpServices()
1031 …printf("\n { %s, seq:%u, version:%u, rlco16:%04x }", anycastInfo.mAnycastAddress.ToString().AsCStr… in TestNetworkDataDsnSrpAnycastSeqNumSelection()
/openthread-latest/src/core/thread/
Dnetwork_data_service.hpp60 Ip6::Address mAnycastAddress; ///< The anycast address associated with the DNS/SRP servers. member
Dnetwork_data_service.cpp180 … Get<Mle::Mle>().GetServiceAloc(aIterator.mServiceTlv->GetServiceId(), aInfo.mAnycastAddress); in GetNextDnsSrpAnycastInfo()
/openthread-latest/src/core/net/
Dsrp_client.cpp2301 serverSockAddr.SetAddress(anycastInfo.mAnycastAddress); in ProcessAutoStart()