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

/macosx-10.10.1/bind9-45.101/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,
/macosx-10.10.1/bind9-45.101/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,
/macosx-10.10.1/ntp-92/lib/isc/
H A Dinet_ntop.c44 static const char *inet_ntop4(const unsigned char *src, char *dst,
65 return (inet_ntop4(src, dst, size));
78 * inet_ntop4(src, dst, size)
90 inet_ntop4(const unsigned char *src, char *dst, size_t size) function
178 if (!inet_ntop4(src+12, tp,
/macosx-10.10.1/rsync-45/rsync/lib/
H A Dinet_ntop.c29 static const char *inet_ntop4(const unsigned char *src, char *dst,
50 return (inet_ntop4(src, dst, size));
63 * inet_ntop4(src, dst, size)
74 inet_ntop4(const unsigned char *src, char *dst, size_t size) function
161 if (!inet_ntop4(src+12, tp, sizeof tmp - (tp - tmp)))
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dinet_ntop.c52 static char *inet_ntop4 (const unsigned char *src, char *dst, size_t size) function
146 if(!inet_ntop4(src+12, tp, sizeof(tmp) - (tp - tmp))) {
189 return inet_ntop4((const unsigned char*)src, buf, size);
/macosx-10.10.1/OpenSSH-189/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)))
/macosx-10.10.1/apr-32/apr/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))) {
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dinet_ntop.c41 static const char *inet_ntop4(const unsigned char *src, char *dst, socklen_t size);
60 return (inet_ntop4(src, dst, size));
73 * inet_ntop4(src, dst, size)
84 inet_ntop4(const unsigned char *src, char *dst, socklen_t size) function
180 if (!inet_ntop4(src+12, tp, (socklen_t)(ep - tp)))
/macosx-10.10.1/xnu-2782.1.97/libkern/net/
H A Dinet_ntop.c33 static char *inet_ntop4(const u_char *src, char *dst, socklen_t size);
49 return (inet_ntop4(src, dst, size));
59 * inet_ntop4(src, dst, size)
70 inet_ntop4(const u_char *src, char *dst, socklen_t size) function
159 if (!inet_ntop4(src+12, tp, sizeof tmp - (tp - tmp)))
/macosx-10.10.1/Libc-1044.1.2/net/
H A Dinet_ntop.c154 inet_ntop4(const struct in_addr *addr, char *dst, socklen_t size) function
202 if (af == AF_INET) return inet_ntop4(addr, buf, len);

Completed in 216 milliseconds