Revised fix for Socket and Socket6 module functions conflict.
Previous fix #365 was incomplete.
RHEL6 not have pack_sockaddr_in6/sockaddr_in6/unpack_sockaddr_in6 in
Perl Socket module.
But those "_in6" symbols used by check_connect or check_sip.
So import those "_in6" symbols only if not implement in Socket module.
Also modify lack inet_ntop module.