Searched refs:inet_ntop4 (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/ntp/libisc/
H A Dinet_ntop.c41 static const char *inet_ntop4(const unsigned char *src, char *dst,
62 return (inet_ntop4(src, dst, size));
75 * inet_ntop4(src, dst, size)
86 inet_ntop4(const unsigned char *src, char *dst, size_t size) function
174 if (!inet_ntop4(src+12, tp,
/freebsd-10.0-release/contrib/apr/network_io/unix/
H A Dinet_ntop.c60 static const char *inet_ntop4 __P((const unsigned char *src, char *dst, apr_size_t size));
78 return (inet_ntop4(src, dst, size));
91 * inet_ntop4(src, dst, size)
102 inet_ntop4(const unsigned char *src, char *dst, apr_size_t size) function
218 if (!inet_ntop4(src+12, tp, sizeof tmp - (tp - tmp))) {
/freebsd-10.0-release/contrib/ldns/compat/
H A Dinet_ntop.c49 static const char *inet_ntop4(const u_char *src, char *dst, size_t size);
65 return (inet_ntop4(src, dst, size));
80 * inet_ntop4(src, dst, size)
91 inet_ntop4(const u_char *src, char *dst, size_t size) function
187 if (!inet_ntop4(src+12, tp, (size_t)(ep - tp)))
/freebsd-10.0-release/contrib/unbound/compat/
H A Dinet_ntop.c49 static const char *inet_ntop4(const u_char *src, char *dst, size_t size);
65 return (inet_ntop4(src, dst, size));
80 * inet_ntop4(src, dst, size)
91 inet_ntop4(const u_char *src, char *dst, size_t size) function
187 if (!inet_ntop4(src+12, tp, (size_t)(ep - tp)))
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dinet_ntop.c48 static const char *inet_ntop4(const u_char *src, char *dst, size_t size);
64 return (inet_ntop4(src, dst, (size_t)size));
75 * inet_ntop4(src, dst, size)
86 inet_ntop4(const u_char *src, char *dst, size_t size) function
180 if (!inet_ntop4(src+12, tp, (size_t)(ep - tp)))
/freebsd-10.0-release/lib/libc/inet/
H A Dinet_ntop.c45 static const char *inet_ntop4(const u_char *src, char *dst, socklen_t size);
62 return (inet_ntop4(src, dst, size));
73 * inet_ntop4(src, dst, size)
84 inet_ntop4(const u_char *src, char *dst, socklen_t size) function
172 if (!inet_ntop4(src+12, tp, sizeof tmp - (tp - tmp)))
/freebsd-10.0-release/sys/libkern/
H A Dinet_ntop.c35 static char *inet_ntop4(const u_char *src, char *dst, socklen_t size);
51 return (inet_ntop4(src, dst, size));
61 * inet_ntop4(src, dst, size)
72 inet_ntop4(const u_char *src, char *dst, socklen_t size) function
161 if (!inet_ntop4(src+12, tp, sizeof tmp - (tp - tmp)))

Completed in 103 milliseconds