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)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 13 Jun 2014 08:57:41 +0000 (09:57 +0100)
commitc0ec02b59a25b13bb6a04abd518d0d2da0fefc88
treecd3ffdc776ecb81ba3eba59f130de35776e28b42
parentef7070af88d49462b8247c5b674208ea721a88c9
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.

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