/src/lib/libc/inet/ |
inet_ntop.c | 58 static const char *inet_ntop6(const u_char *src, char *dst, socklen_t size); 79 return inet_ntop6(src, dst, size); 118 * inet_ntop6(src, dst, size) 124 inet_ntop6(const u_char *src, char *dst, socklen_t size) function in typeref:typename:const char *
|
inet_ntop.c | 58 static const char *inet_ntop6(const u_char *src, char *dst, socklen_t size); 79 return inet_ntop6(src, dst, size); 118 * inet_ntop6(src, dst, size) 124 inet_ntop6(const u_char *src, char *dst, socklen_t size) function in typeref:typename:const char *
|
/src/sys/dev/usb/ |
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 *
|
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 *
|