]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Move sockaddr_is_loopback() to before sk_address_is_local(), and define the
authorBen Harris <bjh21@bjh21.me.uk>
Wed, 26 Jan 2005 20:18:33 +0000 (20:18 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Wed, 26 Jan 2005 20:18:33 +0000 (20:18 +0000)
commit3f725a56ef5bf5b9f111d05cc3a51b6921552c6f
treecad93a8c0e16daa53d46ff88a5b3b8fb4109cdcc
parentfc0d87aa1dacfeef29acb00ed0ecf3e897869391
Move sockaddr_is_loopback() to before sk_address_is_local(), and define the
latter in terms of the former.  Also adjust the definition of
ipv4_is_loopback() to avoid using the non-standard inet_netof() and
IN_LOOPBACKNET, and move it next to its remaining uses.

[originally from svn r5215]
unix/uxnet.c