Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/net/
Dsrp_client.cpp168 , mAutoStartIsUsingAnycastAddress(false) in Client()
614 if (mAutoStartIsUsingAnycastAddress) in ChangeHostAndServiceStates()
1700 …if (IsRunning() && mAutoStartIsUsingAnycastAddress && (mServerSequenceNumber == anycastInfo.mSeque… in ProcessAutoStart()
1722 …if (IsRunning() && !mAutoStartIsUsingAnycastAddress && (GetServerAddress() == unicastInfo.mSockAdd… in ProcessAutoStart()
1764 mAutoStartIsUsingAnycastAddress = serverIsAnycast; in ProcessAutoStart()
1813 mAutoStartIsUsingAnycastAddress = true; in SelectNextServer()
1817 …if (mAutoStartIsUsingAnycastAddress && (GetServerAddress().GetAddress() == anycastInfo.mAnycastAdd… in SelectNextServer()
1831 mAutoStartIsUsingAnycastAddress = false; in SelectNextServer()
Dsrp_client.hpp864 bool mAutoStartIsUsingAnycastAddress : 1; member in ot::Srp::Client