Home
last modified time | relevance | path

Searched refs:inet_ntop4 (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libnsl/nss/
H A Dinet_ntop.c37 static const char *inet_ntop4(const uchar_t *, char *, socklen_t);
52 return (inet_ntop4(src, dst, size)); in inet_ntop()
81 inet_ntop4(const uchar_t *src, char *dst, socklen_t size) in inet_ntop4() function
166 if (!inet_ntop4(src+12, tp, sizeof (tmp) - (tp - tmp))) in inet_ntop6()
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dinet_ntop.c57 static const char *inet_ntop4(const u_char *src, char *dst, size_t size);
77 return (inet_ntop4(src, dst, size));
99 inet_ntop4(src, dst, size) in inet_ntop4() function
199 if (!inet_ntop4(src+12, tp, (size_t)(ep - tp)))