Searched refs:inet_ntop6 (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/cares/src/lib/ |
D | inet_ntop.c | 40 static const char *inet_ntop6(const unsigned char *src, char *dst, size_t size); 62 return (inet_ntop6(src, dst, (size_t)size)); in ares_inet_ntop() 102 inet_ntop6(const unsigned char *src, char *dst, size_t size) in inet_ntop6() function
|
/third_party/libuv/src/ |
D | inet.c | 35 static int inet_ntop6(const unsigned char *src, char *dst, size_t size); 45 return (inet_ntop6(src, dst, size)); in uv_inet_ntop() 67 static int inet_ntop6(const unsigned char *src, char *dst, size_t size) { in inet_ntop6() function
|
/third_party/curl/lib/ |
D | inet_ntop.c | 77 static char *inet_ntop6 (const unsigned char *src, char *dst, size_t size) in inet_ntop6() function 190 return inet_ntop6((const unsigned char *)src, buf, size); in Curl_inet_ntop()
|
/third_party/libuv/ |
D | ChangeLog | 309 * inet: fix inconsistent return value of inet_ntop6 (twosee)
|