Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dsrp_client.h77 bool mAutoAddress; ///< Indicates whether auto address mode is enabled or not. member
/openthread-latest/src/cli/
Dcli_srp_client.cpp297 if (hostInfo->mAutoAddress) in Process()
796 if (aHostInfo.mAutoAddress) in OutputHostInfo()
/openthread-latest/src/core/net/
Dsrp_client.hpp136 bool IsAutoAddressEnabled(void) const { return mAutoAddress; } in IsAutoAddressEnabled()
Dsrp_client.cpp82 mAutoAddress = true; in EnableAutoAddress()
91 mAutoAddress = false; in SetAddresses()