inet_ntop() does not embed plain ipv4 address at end (like "::ffff:10.0.0.1"). This patch fixes it, but it is a bit ugly. Without it is a bit harder to read logs of some daemons that support only one address family socket binding and seeing output of 'ss -tn'. Adopt if needed.