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

/haiku/src/system/kernel/util/
H A Dinet_ntop.c46 static const char *inet_ntop6 __P((const u_char *src, char *dst, size_t size));
67 return (inet_ntop6(src, dst, size));
104 * inet_ntop6(src, dst, size)
110 inet_ntop6(src, dst, size) function

Completed in 14 milliseconds