Home
last modified time | relevance | path

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

/openthread-3.4.0/include/openthread/
Dnat64.h434 void otIp4AddressToString(const otIp4Address *aAddress, char *aBuffer, uint16_t aSize);
/openthread-3.4.0/src/core/api/
Dnat64_api.cpp162 void otIp4AddressToString(const otIp4Address *aAddress, char *aBuffer, uint16_t aSize) in otIp4AddressToString() function
/openthread-3.4.0/src/cli/
Dcli.cpp706 otIp4AddressToString(&mapping.mIp4, ip4AddressString, sizeof(ip4AddressString)); in Process()