Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/utils/
Dparse_cmdline.hpp211 otError ParseAsIp6Prefix(const char *aString, otIp6Prefix &aPrefix);
527 …otError ParseAsIp6Prefix(otIp6Prefix &aPrefix) const { return CmdLineParser::ParseAsIp6Prefix(mStr… in ParseAsIp6Prefix() function in ot::Utils::CmdLineParser::Arg
685 template <> inline otError Arg::ParseAs(otIp6Prefix &aValue) const { return ParseAsIp6Prefix(aValue… in ParseAs()
Dparse_cmdline.cpp251 Error ParseAsIp6Prefix(const char *aString, otIp6Prefix &aPrefix) in ParseAsIp6Prefix() function
/openthread-3.6.0/src/cli/
Dcli_network_data.cpp389 SuccessOrExit(error = aArgs[1].ParseAsIp6Prefix(prefix)); in Process()
439 if (aArgs[0].ParseAsIp6Prefix(prefix) == OT_ERROR_NONE) in Process()
Dcli.cpp5667 SuccessOrExit(error = aArgs[0].ParseAsIp6Prefix(aConfig.mPrefix)); in ParsePrefix()
5811 SuccessOrExit(error = aArgs[1].ParseAsIp6Prefix(prefix)); in Process()
5834 SuccessOrExit(error = aArgs[1].ParseAsIp6Prefix(prefix)); in Process()
6094 SuccessOrExit(error = aArgs[0].ParseAsIp6Prefix(aConfig.mPrefix)); in ParseRoute()
6199 SuccessOrExit(error = aArgs[1].ParseAsIp6Prefix(prefix)); in Process()