Searched refs:otIp4AddressToString (Results 1 – 3 of 3) sorted by relevance
458 void otIp4AddressToString(const otIp4Address *aAddress, char *aBuffer, uint16_t aSize);
172 void otIp4AddressToString(const otIp4Address *aAddress, char *aBuffer, uint16_t aSize) in otIp4AddressToString() function
765 otIp4AddressToString(&mapping.mIp4, ip4AddressString, sizeof(ip4AddressString)); in Process()