Searched refs:inet_ntop6 (Results 1 - 1 of 1) sorted by relevance

/external/openssh/openbsd-compat/
H A Dinet_ntop.c49 static const char *inet_ntop6(const u_char *src, char *dst, size_t size);
66 return (inet_ntop6(src, dst, size));
102 * inet_ntop6(src, dst, size)
108 inet_ntop6(const u_char *src, char *dst, size_t size) function

Completed in 203 milliseconds