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