Home
last modified time | relevance | path

Searched refs:inet_ntop6 (Results 1 – 1 of 1) sorted by path

/illumos-gate/usr/src/lib/libc/port/inet/
H A Dinet_ntop.c39 static const char *inet_ntop6(const uchar_t *, char *, socklen_t);
55 return (inet_ntop6(src, dst, size)); in inet_ntop()
97 inet_ntop6(const uchar_t *src, char *dst, socklen_t size) in inet_ntop6() function