lib/utils: rename union inaddr to union kr_sockaddr
Solves confusing naming of the union inaddr
type. The name would imply that it contains IPx addresses of struct in*_addr
type, while it actually contains struct sockaddr_in*
members (i.e. including address family and port).