Searched refs:inet_ntop4 (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/sys/libkern/ |
| HD | inet_ntop.c | 35 static char *inet_ntop4(const u_char *src, char *dst, socklen_t size); 51 return (inet_ntop4(src, dst, size)); in inet_ntop() 72 inet_ntop4(const u_char *src, char *dst, socklen_t size) in inet_ntop4() function 161 if (!inet_ntop4(src+12, tp, sizeof tmp - (tp - tmp))) in inet_ntop6()
|
| /NextBSD/lib/libc/inet/ |
| HD | inet_ntop.c | 45 static const char *inet_ntop4(const u_char *src, char *dst, socklen_t size); 62 return (inet_ntop4(src, dst, size)); in inet_ntop() 84 inet_ntop4(const u_char *src, char *dst, socklen_t size) in inet_ntop4() function 172 if (!inet_ntop4(src+12, tp, sizeof tmp - (tp - tmp))) { in inet_ntop6()
|
| /NextBSD/contrib/ntp/lib/isc/ |
| HD | inet_ntop.c | 42 static const char *inet_ntop4(const unsigned char *src, char *dst, 64 return (inet_ntop4(src, dst, size)); in isc_net_ntop() 89 inet_ntop4(const unsigned char *src, char *dst, size_t size) in inet_ntop4() function 179 if (!inet_ntop4(src+12, tp, in inet_ntop6()
|
| /NextBSD/contrib/apr/network_io/unix/ |
| HD | inet_ntop.c | 60 static const char *inet_ntop4 __P((const unsigned char *src, char *dst, apr_size_t size)); 78 return (inet_ntop4(src, dst, size)); in apr_inet_ntop() 102 inet_ntop4(const unsigned char *src, char *dst, apr_size_t size) in inet_ntop4() function 218 if (!inet_ntop4(src+12, tp, sizeof tmp - (tp - tmp))) { in inet_ntop6()
|
| /NextBSD/crypto/openssh/openbsd-compat/ |
| HD | inet_ntop.c | 48 static const char *inet_ntop4(const u_char *src, char *dst, size_t size); 64 return (inet_ntop4(src, dst, (size_t)size)); in inet_ntop() 86 inet_ntop4(const u_char *src, char *dst, size_t size) in inet_ntop4() function 180 if (!inet_ntop4(src+12, tp, (size_t)(ep - tp))) in inet_ntop6()
|
| /NextBSD/contrib/unbound/compat/ |
| HD | inet_ntop.c | 49 static const char *inet_ntop4(const u_char *src, char *dst, size_t size); 65 return (inet_ntop4(src, dst, size)); in inet_ntop() 91 inet_ntop4(const u_char *src, char *dst, size_t size) in inet_ntop4() function 187 if (!inet_ntop4(src+12, tp, (size_t)(ep - tp))) in inet_ntop6()
|
| /NextBSD/contrib/ldns/compat/ |
| HD | inet_ntop.c | 49 static const char *inet_ntop4(const u_char *src, char *dst, size_t size); 65 return (inet_ntop4(src, dst, size)); in inet_ntop() 91 inet_ntop4(const u_char *src, char *dst, size_t size) in inet_ntop4() function 187 if (!inet_ntop4(src+12, tp, (size_t)(ep - tp))) in inet_ntop6()
|