Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/net/
Dsrp_client.cpp424 if (mHostInfo.IsAutoAddressEnabled()) in HandleNotifierEvents()
494 VerifyOrExit(!mHostInfo.IsAutoAddressEnabled()); in EnableAutoHostAddress()
1241 if (mHostInfo.IsAutoAddressEnabled()) in AppendHostDescriptionInstruction()
1772 …VerifyOrExit(!mServices.IsEmpty() && (mHostInfo.IsAutoAddressEnabled() || (mHostInfo.GetNumAddress… in UpdateState()
Dsrp_client.hpp140 bool IsAutoAddressEnabled(void) const { return mAutoAddress; } in IsAutoAddressEnabled() function in ot::Srp::Client::HostInfo