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

/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dinet_ntop.c42 static const char *inet_ntop4(const unsigned char *src, char *dst,
63 return (inet_ntop4(src, dst, size));
76 * inet_ntop4(src, dst, size)
88 inet_ntop4(const unsigned char *src, char *dst, size_t size) function
175 if (!inet_ntop4(src+12, tp,
/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dlwinetntop.c42 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
173 if (!inet_ntop4(src+12, tp,
/freebsd-9.3-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-9.3-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-9.3-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)))
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dinet_ntop.c42 static const char *inet_ntop4(const unsigned char *src, char *dst,
64 return (inet_ntop4(src, dst, size));
77 * inet_ntop4(src, dst, size)
89 inet_ntop4(const unsigned char *src, char *dst, size_t size) function
179 if (!inet_ntop4(src+12, tp,

Completed in 171 milliseconds