Move sockaddr_is_loopback() to before sk_address_is_local(), and define the
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Wed, 26 Jan 2005 20:18:33 +0000 (20:18 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Wed, 26 Jan 2005 20:18:33 +0000 (20:18 +0000)
commit147d33705173710bc1d34d109c463941d8a5f7aa
treecad93a8c0e16daa53d46ff88a5b3b8fb4109cdcc
parentc399fc7de6584a5b50963fca252629a4eb1cff00
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@5215 cda61777-01e9-0310-a592-d414129be87e
unix/uxnet.c