inet_ntop4
if (!inet_ntop4(src+12, tp, sizeof (tmp) - (tp - tmp)))
static const char *inet_ntop4(const uchar_t *, char *, socklen_t);
return (inet_ntop4(src, dst, size));