Searched refs:IsAutoAddressEnabled (Results 1 – 2 of 2) sorted by relevance
613 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()
136 bool IsAutoAddressEnabled(void) const { return mAutoAddress; } in IsAutoAddressEnabled() function in ot::Srp::Client::HostInfo