Searched refs:inet_ntop4 (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/cares/src/lib/ |
D | inet_ntop.c | 39 static const char *inet_ntop4(const unsigned char *src, char *dst, size_t size); 60 return (inet_ntop4(src, dst, (size_t)size)); in ares_inet_ntop() 82 inet_ntop4(const unsigned char *src, char *dst, size_t size) in inet_ntop4() function 169 if (!inet_ntop4(src+12, tp, sizeof(tmp) - (tp - tmp))) in inet_ntop6()
|
/third_party/curl/lib/ |
D | inet_ntop.c | 50 static char *inet_ntop4 (const unsigned char *src, char *dst, size_t size) in inet_ntop4() function 144 if(!inet_ntop4(src + 12, tp, sizeof(tmp) - (tp - tmp))) { in inet_ntop6() 187 return inet_ntop4((const unsigned char *)src, buf, size); in Curl_inet_ntop()
|
/third_party/libuv/src/ |
D | inet.c | 34 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()
|