Searched refs:inet_ntop4 (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/libkern/ |
H A D | inet_ntop.c | 29 static char *inet_ntop4(const u_char *src, char *dst, socklen_t size); 45 return (inet_ntop4(src, dst, size)); in inet_ntop() 66 inet_ntop4(const u_char *src, char *dst, socklen_t size) in inet_ntop4() function 155 if (!inet_ntop4(src+12, tp, sizeof tmp - (tp - tmp))) in inet_ntop6()
|
/freebsd/contrib/ntp/libntp/lib/isc/ |
H A D | 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()
|
/freebsd/lib/libc/inet/ |
H A D | inet_ntop.c | 40 static const char *inet_ntop4(const u_char *src, char *dst, socklen_t size); 57 return (inet_ntop4(src, dst, size)); in inet_ntop() 79 inet_ntop4(const u_char *src, char *dst, socklen_t size) in inet_ntop4() function 167 if (!inet_ntop4(src+12, tp, sizeof tmp - (tp - tmp))) { in inet_ntop6()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | inet_ntop.c | 47 static const char *inet_ntop4(const u_char *src, char *dst, size_t size); 63 return (inet_ntop4(src, dst, (size_t)size)); in inet_ntop() 85 inet_ntop4(const u_char *src, char *dst, size_t size) in inet_ntop4() function 179 if (!inet_ntop4(src+12, tp, (size_t)(ep - tp))) in inet_ntop6()
|
/freebsd/contrib/unbound/compat/ |
H A D | 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()
|
/freebsd/contrib/ldns/compat/ |
H A D | 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()
|