src/: Fix internals to carry around address families.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 3 Jun 2014 09:27:38 +0000 (10:27 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 12 Oct 2014 19:39:47 +0000 (20:39 +0100)
This is preparatory work for IPv6 support, but there isn't any yet.
The code still acts directly on address structures (having asserted that
the family is AF_INET); switching on the address family is for later.

[ No functional change intended in this commit. -iwj ]

Signed-off-by: Mark Wooding <mdw@distorted.org.uk>

No differences found