Home
last modified time | relevance | path

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

/third_party/node/deps/cares/src/lib/
H A Dinet_ntop.c42 static const char *inet_ntop4(const unsigned char *src, char *dst, size_t size);
63 return (inet_ntop4(src, dst, (size_t)size)); in ares_inet_ntop()
74 * inet_ntop4(src, dst, size)
84 static const char *inet_ntop4(const unsigned char *src, char *dst, size_t size) in inet_ntop4() function
181 if (!inet_ntop4(src + 12, tp, sizeof(tmp) - (size_t)(tp - tmp))) { in inet_ntop6()
/third_party/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()
197 return inet_ntop4((const unsigned char *)src, buf, size); in Curl_inet_ntop()
/third_party/libuv/src/
H A Dinet.c29 static int inet_ntop4(const unsigned char *src, char *dst, size_t size);
38 return (inet_ntop4(src, dst, size)); in uv_inet_ntop()
48 static int inet_ntop4(const unsigned char *src, char *dst, size_t size) { in inet_ntop4() function
127 int err = inet_ntop4(src+12, tp, sizeof tmp - (tp - tmp)); in inet_ntop6()
/third_party/node/deps/uv/src/
H A Dinet.c34 static int inet_ntop4(const unsigned char *src, char *dst, size_t size);
43 return (inet_ntop4(src, dst, size)); in uv_inet_ntop()
53 static int inet_ntop4(const unsigned char *src, char *dst, size_t size) { in inet_ntop4() function
132 int err = inet_ntop4(src+12, tp, sizeof tmp - (tp - tmp)); in inet_ntop6()

Completed in 3 milliseconds