Searched refs:inet_ntop4 (Results 1 – 1 of 1) sorted by relevance
38 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() function160 if (!inet_ntop4(src+12, tp, sizeof (tmp) - (tp - tmp))) in inet_ntop6()