Home
last modified time | relevance | path

Searched refs:otIp6AddressFromString (Results 1 – 5 of 5) sorted by relevance

/external/openthread/include/openthread/
Dip6.h574 otError otIp6AddressFromString(const char *aString, otIp6Address *aAddress);
/external/openthread/src/core/utils/
Dparse_cmdline.cpp209 return (aString != nullptr) ? otIp6AddressFromString(aString, &aAddress) : kErrorInvalidArgs; in ParseAsIp6Address()
/external/openthread/src/core/api/
Dip6_api.cpp179 otError otIp6AddressFromString(const char *aString, otIp6Address *aAddress) in otIp6AddressFromString() function
/external/ot-br-posix/src/rest/
Dresource.cpp1128 … VerifyOrExit(otIp6AddressFromString(kMulticastAddrAllRouters, &multicastAddress) == OT_ERROR_NONE, in Diagnostic()
/external/ot-br-posix/src/openwrt/ubus/
Dotubus.cpp1201 SuccessOrExit(error = otIp6AddressFromString(multicastAddr, &address)); in UbusGetInformation()