HomeSort by relevance Sort by last modified time
    Searched refs:inet_ntop6 (Results 1 - 2 of 2) sorted by null

  /bionic/libc/inet/
inet_ntop.c 35 static const char *inet_ntop6(const u_char *src, char *dst, size_t size);
52 return (inet_ntop6(src, dst, size));
93 * inet_ntop6(src, dst, size)
99 inet_ntop6(const u_char *src, char *dst, size_t size) function
  /external/openssh/openbsd-compat/
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));
102 * inet_ntop6(src, dst, size)
108 inet_ntop6(const u_char *src, char *dst, size_t size) function

Completed in 1139 milliseconds