chiark / gitweb /
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)
commitf930c455a13d7d30ee94bdbfc460bc6227cda111
tree18067c22611fe2da8adcbbc157fe1ddb3f2097dc
parentb0a32b1750b230df79eb2d515519197c133d7a16
src/: Fix internals to carry around address families.

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>
src/check.c
src/event.c
src/general.c
src/internal.h
src/setup.c
src/transmit.c
src/types.c