if_umb.c | 212 static const char *inet_ntop6(const u_char *src, char *dst, size_t size); 2739 return inet_ntop6(src, dst, (size_t)size); 2775 * inet_ntop6(src, dst, size) 2781 inet_ntop6(const u_char *src, char *dst, size_t size) function in typeref:typename:Static const char *
|