..
IMPLEMENTATION
…
Makefile
…
TODO
…
ah.h
memcpy -> bcopy, for sync with kame tree
2000-10-19 00:40:44 +00:00
ah_core.c
fix compilation without INET. fix confusion between ipsecstat and ipsec6stat.
2000-10-02 03:55:41 +00:00
ah_input.c
- record IPsec packet history into m_aux structure.
2001-01-24 09:04:15 +00:00
ah_output.c
fix compilation without INET. fix confusion between ipsecstat and ipsec6stat.
2000-10-02 03:55:41 +00:00
dest6.c
minimize diff with the latest kame tree.
2001-01-23 05:21:23 +00:00
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
- record IPsec packet history into m_aux structure.
2001-01-24 09:04:15 +00:00
esp_output.c
always use rnd(4) for IPsec random number source. avoid random(9).
2000-10-05 04:49:17 +00:00
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
add ESP rijndael logic. yet to be usable (until algorithm # is assigned)
2000-10-02 17:21:24 +00:00
frag6.c
…
icmp6.c
- record IPsec packet history into m_aux structure.
2001-01-24 09:04:15 +00:00
in6.c
workaround to avoid EMSGSIZE when ND6 table for the outgoing interface
2001-01-18 06:50: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
make it possible to turn off ingress filter on gif/stf tunnel egress,
2001-01-22 07:51:01 +00:00
in6_gif.h
…
in6_ifattach.c
on interface removal (ifconfig destroy) do not remove default route by mistake
2001-01-18 06:49:11 +00:00
in6_ifattach.h
…
in6_pcb.c
make sure we notify of routing changes, even if we have net route pointed
2000-12-21 00:46:20 +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
do not touch ra_addr if it is NULL. from IIJ SEIL team
2000-12-28 21:23:00 +00:00
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
Back out the sledgehammer damage applied by wiz while I was out for
2000-12-28 21:40:59 +00:00
ip6_mroute.c
kame 1.32 -> 1.33
2000-10-19 03:15:48 +00:00
ip6_mroute.h
…
ip6_output.c
- record IPsec packet history into m_aux structure.
2001-01-24 09:04:15 +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
- record IPsec packet history into m_aux structure.
2001-01-24 09:04:15 +00:00
ipcomp_output.c
fix compilation without INET. fix confusion between ipsecstat and ipsec6stat.
2000-10-02 03:55:41 +00:00
ipsec.c
- record IPsec packet history into m_aux structure.
2001-01-24 09:04:15 +00:00
ipsec.h
- record IPsec packet history into m_aux structure.
2001-01-24 09:04:15 +00:00
mld6.c
…
mld6_var.h
…
nd6.c
pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted).
2001-01-17 04:05:41 +00:00
nd6.h
pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted).
2001-01-17 04:05:41 +00:00
nd6_nbr.c
- record IPsec packet history into m_aux structure.
2001-01-24 09:04:15 +00:00
nd6_rtr.c
wrap noisy ND6 debugging messages with ND6_DEBUG. sync with kame
2001-01-17 11:26:52 +00:00
pim6.h
…
pim6_var.h
…
raw_ip6.c
- record IPsec packet history into m_aux structure.
2001-01-24 09:04:15 +00:00
route6.c
…
udp6.h
…
udp6_usrreq.c
- record IPsec packet history into m_aux structure.
2001-01-24 09:04:15 +00:00
udp6_var.h
…