NetBSD/sys/netinet6
thorpej 65fd25ea82 Restructure the PFIL_HOOKS mechanism a bit:
- All packets are passed to PFIL_HOOKS as they come off the wire, i.e.
  fields in protocol headers in network order, etc.
- Allow for multiple hooks to be registered, using a "key" and a "dlt".
  The "dlt" is a BPF data link type, indicating what type of header is
  present.
- INET and INET6 register with key == AF_INET or AF_INET6, and
  dlt == DLT_RAW.
- PFIL_HOOKS now take an argument for the filter hook, and mbuf **,
  an ifnet *, and a direction (PFIL_IN or PFIL_OUT), thus making them
  less IP (really, IP Filter) centric.

Maintain compatibility with IP Filter by adding wrapper functions for
IP Filter.
2000-11-11 00:52:36 +00:00
..
IMPLEMENTATION
Makefile
TODO
ah.h memcpy -> bcopy, for sync with kame tree 2000-10-19 00:40:44 +00:00
ah_core.c
ah_input.c memcpy -> bcopy, for sync with kame tree 2000-10-19 00:40:44 +00:00
ah_output.c
dest6.c
esp.h memcpy -> bcopy, for sync with kame tree 2000-10-19 00:40:44 +00:00
esp_core.c avoid possible align issue 2000-11-02 12:28:45 +00:00
esp_input.c memcpy -> bcopy, for sync with kame tree 2000-10-19 00:40:44 +00:00
esp_output.c
esp_rijndael.c save a little bit of CPU time (avoid computing CBC IV we do not use). 2000-11-08 04:57:57 +00:00
esp_rijndael.h
frag6.c
icmp6.c improve spec conformance of node information query (07). 2000-11-11 00:46:36 +00:00
in6.c First Prototype implementation of network interface part for IEEE1394 (if_fw). 2000-11-05 17:17:12 +00:00
in6.h use __P() in prototype for non-ansi compilers. 2000-10-17 21:46:42 +00:00
in6_cksum.c
in6_gif.c
in6_gif.h
in6_ifattach.c First Prototype implementation of network interface part for IEEE1394 (if_fw). 2000-11-05 17:17:12 +00:00
in6_ifattach.h
in6_pcb.c remove #ifdef TCP6. it is not likely for us to bring in sys/netinet6/tcp6*.c 2000-10-19 20:22:59 +00:00
in6_pcb.h remove #ifdef TCP6. it is not likely for us to bring in sys/netinet6/tcp6*.c 2000-10-19 20:22:59 +00:00
in6_prefix.c
in6_prefix.h
in6_proto.c remove #ifdef TCP6. it is not likely for us to bring in sys/netinet6/tcp6*.c 2000-10-19 20:22:59 +00:00
in6_src.c
in6_var.h
ip6_forward.c
ip6_input.c Restructure the PFIL_HOOKS mechanism a bit: 2000-11-11 00:52:36 +00:00
ip6_mroute.c kame 1.32 -> 1.33 2000-10-19 03:15:48 +00:00
ip6_mroute.h
ip6_output.c Restructure the PFIL_HOOKS mechanism a bit: 2000-11-11 00:52:36 +00:00
ip6_var.h
ip6protosw.h Restructure the PFIL_HOOKS mechanism a bit: 2000-11-11 00:52:36 +00:00
ipcomp.h
ipcomp_core.c
ipcomp_input.c
ipcomp_output.c
ipsec.c fix KAME PR 296 again, for transport-mode SA only 2000-11-10 01:10:36 +00:00
ipsec.h remove #ifdef TCP6. it is not likely for us to bring in sys/netinet6/tcp6*.c 2000-10-19 20:22:59 +00:00
mld6.c
mld6_var.h
nd6.c First Prototype implementation of network interface part for IEEE1394 (if_fw). 2000-11-05 17:17:12 +00:00
nd6.h
nd6_nbr.c First Prototype implementation of network interface part for IEEE1394 (if_fw). 2000-11-05 17:17:12 +00:00
nd6_rtr.c
pim6.h
pim6_var.h
raw_ip6.c memcpy -> bcopy, for sync with kame tree 2000-10-19 00:40:44 +00:00
route6.c
udp6.h
udp6_usrreq.c fix IPv4 TTL selection with AF_INET6 API. sync with kame. From: jdc 2000-11-06 00:50:12 +00:00
udp6_var.h