Searched refs:ParseAsIp6Prefix (Results 1 – 6 of 6) sorted by relevance
200 otError ParseAsIp6Prefix(const char *aString, otIp6Prefix &aPrefix);492 …otError ParseAsIp6Prefix(otIp6Prefix &aPrefix) const { return CmdLineParser::ParseAsIp6Prefix(mStr… in ParseAsIp6Prefix() function in ot::Utils::CmdLineParser::Arg643 template <> inline otError Arg::ParseAs(otIp6Prefix &aValue) const { return ParseAsIp6Prefix(aValue… in ParseAs()
220 Error ParseAsIp6Prefix(const char *aString, otIp6Prefix &aPrefix) in ParseAsIp6Prefix() function
415 SuccessOrExit(error = aArgs[1].ParseAsIp6Prefix(prefix)); in Process()465 if (aArgs[0].ParseAsIp6Prefix(prefix) == OT_ERROR_NONE) in Process()
620 SuccessOrExit(error = aArgs[0].ParseAsIp6Prefix(aConfig.mPrefix)); in ParsePrefix()694 SuccessOrExit(error = aArgs[0].ParseAsIp6Prefix(aConfig.mPrefix)); in ParseRoute()
266 SuccessOrExit(error = aArgs[1].ParseAsIp6Prefix(prefix)); in Process()
5447 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()