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