Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/inet/
H A Dinet_ntop.c38 static const char *inet_ntop4(const uchar_t *, char *, socklen_t);
53 return (inet_ntop4(src, dst, size)); in inet_ntop()
75 inet_ntop4(const uchar_t *src, char *dst, socklen_t size) in inet_ntop4() function
160 if (!inet_ntop4(src+12, tp, sizeof (tmp) - (tp - tmp))) in inet_ntop6()