Home
last modified time | relevance | path

Searched refs:mConfigure (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/core/thread/
Dnetwork_data_types.cpp99 if (mConfigure) in ConvertToTlvFlags()
150 mConfigure = ((aFlags & BorderRouterEntry::kConfigureFlag) != 0); in SetFromTlvFlags()
/openthread-latest/include/openthread/
Dnetdata.h65 bool mConfigure : 1; ///< Whether DHCPv6 Agent supplying other config data. member
/openthread-latest/src/core/net/
Ddhcp6_server.cpp76 if (!(config.mDhcp || config.mConfigure)) in UpdateService()
104 if (!(config.mDhcp || config.mConfigure)) in UpdateService()
/openthread-latest/src/cli/
Dcli_network_data.cpp74 if (aConfig.mConfigure) in PrefixFlagsToString()
Dcli_utils.cpp650 aConfig.mConfigure = true; in ParsePrefix()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp106 if (aConfig.mConfigure) in BorderRouterConfigToFlagByte()
1016 borderRouterConfig.mConfigure = ((flags & SPINEL_NET_FLAG_CONFIGURE) != 0); in HandlePropertyInsert()