Home
last modified time | relevance | path

Searched refs:ParseAsIp4Address (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/utils/
Dparse_cmdline.hpp197 otError ParseAsIp4Address(const char *aString, otIp4Address &aAddress);
511 otError ParseAsIp4Address(otIp4Address &aAddress) const in ParseAsIp4Address() function in ot::Utils::CmdLineParser::Arg
513 return CmdLineParser::ParseAsIp4Address(mString, aAddress); in ParseAsIp4Address()
Dparse_cmdline.cpp215 Error ParseAsIp4Address(const char *aString, otIp4Address &aAddress) in ParseAsIp4Address() function
/openthread-latest/src/cli/
Dcli_utils.cpp604 SuccessOrExit(aArg.ParseAsIp4Address(ip4Address)); in ParseToIp6Address()