Split out code to compare addrinfo and sockaddr into it's own
authorMartin Pool <mbp@samba.org>
Fri, 25 Jan 2002 02:29:53 +0000 (02:29 +0000)
committerMartin Pool <mbp@samba.org>
Fri, 25 Jan 2002 02:29:53 +0000 (02:29 +0000)
function.  The comparison cannot be done just byte-by-byte, because
different parts of the sockaddr will be meaningful depending on the
protocol.  It looks like on some systems the library sets the unused
parts to 0, but this is not reliable.  IPv6 not implemented yet.


No differences found