Searched refs:inet_ntop6 (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/libnsl/nss/ |
H A D | inet_ntop.c | 38 static const char *inet_ntop6(const uchar_t *, char *, socklen_t); 54 return (inet_ntop6(src, dst, size)); in inet_ntop() 103 inet_ntop6(const uchar_t *src, char *dst, socklen_t size) in inet_ntop6() function
|
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | inet_ntop.c | 58 static const char *inet_ntop6(const u_char *src, char *dst, size_t size); 79 return (inet_ntop6(src, dst, size)); 124 inet_ntop6(src, dst, size) in inet_ntop6() function
|