Searched refs:inet_ntop6 (Results 1 – 3 of 3) sorted by relevance
/external/c-ares/ |
D | inet_ntop.c | 56 static const char *inet_ntop6(const unsigned char *src, char *dst, size_t size); 78 return (inet_ntop6(src, dst, size)); in ares_inet_ntop() 118 inet_ntop6(const unsigned char *src, char *dst, size_t size) in inet_ntop6() function
|
/external/openssh/openbsd-compat/ |
D | inet_ntop.c | 49 static const char *inet_ntop6(const u_char *src, char *dst, size_t size); 66 return (inet_ntop6(src, dst, (size_t)size)); in inet_ntop() 108 inet_ntop6(const u_char *src, char *dst, size_t size) in inet_ntop6() function
|
/external/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()
|