Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_client.cpp613 VerifyOrExit(!mHostInfo.IsAutoAddressEnabled()); in EnableAutoHostAddress()
655 VerifyOrExit(mHostInfo.IsAutoAddressEnabled()); in HandleUnicastAddressEvent()
686 VerifyOrExit(mHostInfo.IsAutoAddressEnabled()); in ShouldUpdateHostAutoAddresses()
1505 if (mHostInfo.IsAutoAddressEnabled()) in AppendHostDescriptionInstruction()
2052 …VerifyOrExit(!mServices.IsEmpty() && (mHostInfo.IsAutoAddressEnabled() || (mHostInfo.GetNumAddress… in UpdateState()
Dsrp_client.hpp136 bool IsAutoAddressEnabled(void) const { return mAutoAddress; } in IsAutoAddressEnabled() function in ot::Srp::Client::HostInfo