Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dparse_cmdline.hpp200 otError ParseAsIp6Prefix(const char *aString, otIp6Prefix &aPrefix);
492 …otError ParseAsIp6Prefix(otIp6Prefix &aPrefix) const { return CmdLineParser::ParseAsIp6Prefix(mStr… in ParseAsIp6Prefix() function in ot::Utils::CmdLineParser::Arg
643 template <> inline otError Arg::ParseAs(otIp6Prefix &aValue) const { return ParseAsIp6Prefix(aValue… in ParseAs()
Dparse_cmdline.cpp220 Error ParseAsIp6Prefix(const char *aString, otIp6Prefix &aPrefix) in ParseAsIp6Prefix() function
/openthread-latest/src/cli/
Dcli_network_data.cpp415 SuccessOrExit(error = aArgs[1].ParseAsIp6Prefix(prefix)); in Process()
465 if (aArgs[0].ParseAsIp6Prefix(prefix) == OT_ERROR_NONE) in Process()
Dcli_utils.cpp620 SuccessOrExit(error = aArgs[0].ParseAsIp6Prefix(aConfig.mPrefix)); in ParsePrefix()
694 SuccessOrExit(error = aArgs[0].ParseAsIp6Prefix(aConfig.mPrefix)); in ParseRoute()
Dcli_br.cpp266 SuccessOrExit(error = aArgs[1].ParseAsIp6Prefix(prefix)); in Process()
Dcli.cpp5447 SuccessOrExit(error = aArgs[1].ParseAsIp6Prefix(prefix)); in Process()
5470 SuccessOrExit(error = aArgs[1].ParseAsIp6Prefix(prefix)); in Process()
5786 SuccessOrExit(error = aArgs[1].ParseAsIp6Prefix(prefix)); in Process()