Make the distribution of in_ and in6_ functions in in_pcb.c and
authorbluhm <bluhm@openbsd.org>
Tue, 11 Sep 2018 14:34:49 +0000 (14:34 +0000)
committerbluhm <bluhm@openbsd.org>
Tue, 11 Sep 2018 14:34:49 +0000 (14:34 +0000)
commit531c7ccd3c4946c34f25052adb2564797694e801
tree8bb0503115199c2a16798eaf805651ef5635f210
parent6f618b1e395aeba18b6734d02607faa93f13bb54
Make the distribution of in_ and in6_ functions in in_pcb.c and
in6_pcb.c consistent, to ease comparing the code.  Move all inet6
functions to in6_.  Bring functions in both source files in same
order.  Cleanup the include section.  Now in_pcb.c is a superset
of in6_pcb.c.  The latter contains all the special implementations.
Just moving arround, no code change intended.
OK mpi@
sys/netinet/in_pcb.c
sys/netinet/in_pcb.h
sys/netinet6/in6_pcb.c