Adjust key_debug code to produce more readably output.
Add KEYDBG() macro that eventually will replace KEYDEBUG() macro.
Add IPSEC_ADDRSTRLEN macro to specify maximum buffer size needed
to format printable version of IP address used by IPsec.
It is equal to INET6_ADDRSTRLEN + '%' + strlen(maximum value of
sin6_scope_id).