inet_ntop4
if (!inet_ntop4(src + 12, tp, (socklen_t)(ep - tp)))
static const char *inet_ntop4(const u_char *src, char *dst, socklen_t size);
return inet_ntop4(src, dst, size);
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, (size_t)(ep - tp)))