Searched refs:ParseAsIp6Prefix (Results 1 – 4 of 4) sorted by relevance
211 otError ParseAsIp6Prefix(const char *aString, otIp6Prefix &aPrefix);527 …otError ParseAsIp6Prefix(otIp6Prefix &aPrefix) const { return CmdLineParser::ParseAsIp6Prefix(mStr… in ParseAsIp6Prefix() function in ot::Utils::CmdLineParser::Arg685 template <> inline otError Arg::ParseAs(otIp6Prefix &aValue) const { return ParseAsIp6Prefix(aValue… in ParseAs()
251 Error ParseAsIp6Prefix(const char *aString, otIp6Prefix &aPrefix) in ParseAsIp6Prefix() function
389 SuccessOrExit(error = aArgs[1].ParseAsIp6Prefix(prefix)); in Process()439 if (aArgs[0].ParseAsIp6Prefix(prefix) == OT_ERROR_NONE) in Process()
5667 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()