NetBSD/sys/netinet6
thorpej d844a3ac41 First-draft if_detach() implementation, originally from Bill Studnemund,
although this version has been changed somewhat:
- reference counting on ifaddrs isn't as complete as Bill's original
  work was.  This is hard to get right, and we should attack one
  protocol at a time.
- This doesn't do reference counting or dynamic allocation of ifnets yet.
- This version introduces a new PRU -- PRU_PURGEADDR, which is used to
  purge an ifaddr from a protocol.  The old method Bill used didn't work
  on all protocols, and it only worked on some because it was Very Lucky.

This mostly works ... i.e. works for my USB Ethernet, except for a dangling
ifaddr reference left by the IPv6 code; have not yet tracked this down.
2000-02-01 22:52:04 +00:00
..
IMPLEMENTATION sync with current code. now IMPLEMENTATION doc is almost identical 2000-02-01 00:15:22 +00:00
Makefile remove reference to in6_systm.h (file itself will be removed afterwords) 1999-07-30 10:35:34 +00:00
TODO sync with current code. now IMPLEMENTATION doc is almost identical 2000-02-01 00:15:22 +00:00
ah.h bring in latest KAME ipsec tree. 2000-01-31 14:18:52 +00:00
ah_core.c bring in latest KAME ipsec tree. 2000-01-31 14:18:52 +00:00
ah_input.c bring in latest KAME ipsec tree. 2000-01-31 14:18:52 +00:00
ah_output.c bring in latest KAME ipsec tree. 2000-01-31 14:18:52 +00:00
dest6.c remove too much portability code in KAME, to improve readability. 2000-01-06 07:31:07 +00:00
esp.h bring in latest KAME ipsec tree. 2000-01-31 14:18:52 +00:00
frag6.c remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsec 2000-01-06 15:46:07 +00:00
icmp6.c add missing ipcomp cases. 2000-01-16 18:06:03 +00:00
icmp6.h another possible PR9189 issue (panic on sparc). 2000-01-19 15:59:14 +00:00
in6.c First-draft if_detach() implementation, originally from Bill Studnemund, 2000-02-01 22:52:04 +00:00
in6.h remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsec 2000-01-06 15:46:07 +00:00
in6_cksum.c sync IPv6 part with latest KAME tree. IPsec part is left unmodified 1999-12-13 15:17:17 +00:00
in6_gif.c remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsec 2000-01-06 15:46:07 +00:00
in6_gif.h RCS ID police. 1999-07-03 21:24:45 +00:00
in6_ifattach.c First-draft if_detach() implementation, originally from Bill Studnemund, 2000-02-01 22:52:04 +00:00
in6_ifattach.h sync IPv6 part with latest KAME tree. IPsec part is left unmodified 1999-12-13 15:17:17 +00:00
in6_pcb.c Improve the readability of one small piece of code. 2000-02-01 00:18:29 +00:00
in6_pcb.h bring in latest KAME ipsec tree. 2000-01-31 14:18:52 +00:00
in6_prefix.c remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsec 2000-01-06 15:46:07 +00:00
in6_prefix.h sync IPv6 part with latest KAME tree. IPsec part is left unmodified 1999-12-13 15:17:17 +00:00
in6_proto.c remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsec 2000-01-06 15:46:07 +00:00
in6_var.h First-draft if_detach() implementation, originally from Bill Studnemund, 2000-02-01 22:52:04 +00:00
ip6.h remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsec 2000-01-06 15:46:07 +00:00
ip6_forward.c bring in latest KAME ipsec tree. 2000-01-31 14:18:52 +00:00
ip6_input.c be proactive about malicious packet on the wire. we fear that v4 mapped 2000-01-31 10:33:22 +00:00
ip6_mroute.c remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsec 2000-01-06 15:46:07 +00:00
ip6_mroute.h sync IPv6 part with latest KAME tree. IPsec part is left unmodified 1999-12-13 15:17:17 +00:00
ip6_output.c bring in latest KAME ipsec tree. 2000-01-31 14:18:52 +00:00
ip6_var.h remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsec 2000-01-06 15:46:07 +00:00
ip6protosw.h remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsec 2000-01-06 15:46:07 +00:00
ipcomp.h remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsec 2000-01-06 15:46:07 +00:00
ipcomp_core.c bring in latest KAME ipsec tree. 2000-01-31 14:18:52 +00:00
ipcomp_input.c bring in latest KAME ipsec tree. 2000-01-31 14:18:52 +00:00
ipcomp_output.c bring in latest KAME ipsec tree. 2000-01-31 14:18:52 +00:00
ipsec.c bring in latest KAME ipsec tree. 2000-01-31 14:18:52 +00:00
ipsec.h bring in latest KAME ipsec tree. 2000-01-31 14:18:52 +00:00
mld6.c remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsec 2000-01-06 15:46:07 +00:00
mld6_var.h RCS ID police. 1999-07-03 21:24:45 +00:00
nd6.c First-draft if_detach() implementation, originally from Bill Studnemund, 2000-02-01 22:52:04 +00:00
nd6.h remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsec 2000-01-06 15:46:07 +00:00
nd6_nbr.c First-draft if_detach() implementation, originally from Bill Studnemund, 2000-02-01 22:52:04 +00:00
nd6_rtr.c First-draft if_detach() implementation, originally from Bill Studnemund, 2000-02-01 22:52:04 +00:00
pim6.h RCS ID police. 1999-07-03 21:24:45 +00:00
pim6_var.h remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsec 2000-01-06 15:46:07 +00:00
raw_ip6.c First-draft if_detach() implementation, originally from Bill Studnemund, 2000-02-01 22:52:04 +00:00
route6.c be proactive about malicious packet on the wire. we fear that v4 mapped 2000-01-31 10:33:22 +00:00
udp6.h remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsec 2000-01-06 15:46:07 +00:00
udp6_usrreq.c First-draft if_detach() implementation, originally from Bill Studnemund, 2000-02-01 22:52:04 +00:00
udp6_var.h remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsec 2000-01-06 15:46:07 +00:00