Home
last modified time | relevance | path

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

/curl/lib/
H A Dinet_ntop.c61 static char *inet_ntop4(const unsigned char *src, char *dst, size_t size) in inet_ntop4() function
155 if(!inet_ntop4(src + 12, tp, sizeof(tmp) - (tp - tmp))) { in inet_ntop6()
196 return inet_ntop4((const unsigned char *)src, buf, size); in Curl_inet_ntop()

Completed in 3 milliseconds