Searched refs:ParseAsIp4Address (Results 1 – 3 of 3) sorted by relevance
197 otError ParseAsIp4Address(const char *aString, otIp4Address &aAddress);511 otError ParseAsIp4Address(otIp4Address &aAddress) const in ParseAsIp4Address() function in ot::Utils::CmdLineParser::Arg513 return CmdLineParser::ParseAsIp4Address(mString, aAddress); in ParseAsIp4Address()
215 Error ParseAsIp4Address(const char *aString, otIp4Address &aAddress) in ParseAsIp4Address() function
604 SuccessOrExit(aArg.ParseAsIp4Address(ip4Address)); in ParseToIp6Address()