Searched refs:inet_ntop6 (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/cares/src/lib/ |
H A D | inet_ntop.c | 43 static const char *inet_ntop6(const unsigned char *src, char *dst, size_t size); 65 return (inet_ntop6(src, dst, (size_t)size)); in ares_inet_ntop() 99 * inet_ntop6(src, dst, size) 104 static const char *inet_ntop6(const unsigned char *src, char *dst, size_t size) in inet_ntop6() function
|
/third_party/libuv/src/ |
H A D | inet.c | 30 static int inet_ntop6(const unsigned char *src, char *dst, size_t size); 40 return (inet_ntop6(src, dst, size)); in uv_inet_ntop() 62 static int inet_ntop6(const unsigned char *src, char *dst, size_t size) { in inet_ntop6() function
|
/third_party/node/deps/uv/src/ |
H A 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/ |
H A D | inet_ntop.c | 87 static char *inet_ntop6 (const unsigned char *src, char *dst, size_t size) in inet_ntop6() function 199 return inet_ntop6((const unsigned char *)src, buf, size); in Curl_inet_ntop()
|
Completed in 3 milliseconds