/src/lib/libc/inet/ |
inet_ntop.c | 57 static const char *inet_ntop4(const u_char *src, char *dst, socklen_t size); 77 return inet_ntop4(src, dst, size); 88 * inet_ntop4(src, dst, size) 99 inet_ntop4(const u_char *src, char *dst, socklen_t size) function in typeref:typename:const char * 200 if (!inet_ntop4(src + 12, tp, (socklen_t)(ep - tp)))
|
inet_ntop.c | 57 static const char *inet_ntop4(const u_char *src, char *dst, socklen_t size); 77 return inet_ntop4(src, dst, size); 88 * inet_ntop4(src, dst, size) 99 inet_ntop4(const u_char *src, char *dst, socklen_t size) function in typeref:typename:const char * 200 if (!inet_ntop4(src + 12, tp, (socklen_t)(ep - tp)))
|
/src/sys/dev/usb/ |
if_umb.c | 210 static const char *inet_ntop4(const u_char *src, char *dst, size_t size); 2736 return inet_ntop4(src, dst, (size_t)size); 2748 * inet_ntop4(src, dst, size) 2759 inet_ntop4(const u_char *src, char *dst, size_t size) function in typeref:typename:Static const char * 2857 if (!inet_ntop4(src+12, tp, (size_t)(ep - tp)))
|
if_umb.c | 210 static const char *inet_ntop4(const u_char *src, char *dst, size_t size); 2736 return inet_ntop4(src, dst, (size_t)size); 2748 * inet_ntop4(src, dst, size) 2759 inet_ntop4(const u_char *src, char *dst, size_t size) function in typeref:typename:Static const char * 2857 if (!inet_ntop4(src+12, tp, (size_t)(ep - tp)))
|