.. |
ah_core.c
|
fix compilation without INET. fix confusion between ipsecstat and ipsec6stat.
|
2000-10-02 03:55:41 +00:00 |
ah_input.c
|
memcpy -> bcopy, for sync with kame tree
|
2000-10-19 00:40:44 +00:00 |
ah_output.c
|
fix compilation without INET. fix confusion between ipsecstat and ipsec6stat.
|
2000-10-02 03:55:41 +00:00 |
ah.h
|
memcpy -> bcopy, for sync with kame tree
|
2000-10-19 00:40:44 +00:00 |
dest6.c
|
|
|
esp_core.c
|
always use rnd(4) for IPsec random number source. avoid random(9).
|
2000-10-05 04:49:17 +00:00 |
esp_input.c
|
memcpy -> bcopy, for sync with kame tree
|
2000-10-19 00:40:44 +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
|
remove #ifdef freebsd
|
2000-10-02 17:23:49 +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 |
esp.h
|
memcpy -> bcopy, for sync with kame tree
|
2000-10-19 00:40:44 +00:00 |
frag6.c
|
|
|
icmp6.c
|
verify ICMPv6 too big messages based on TCP pcbs, and/or IPsec SA.
|
2000-10-18 21:14:12 +00:00 |
IMPLEMENTATION
|
|
|
in6_cksum.c
|
move file static variable into auto variable, for better thread safety.
|
2000-09-09 16:15:47 +00:00 |
in6_gif.c
|
|
|
in6_gif.h
|
|
|
in6_ifattach.c
|
add missing \n. sync with kame.
|
2000-10-01 10:56:02 +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
|
|
|
in6.c
|
do not panic on "ifconfig inet6 fe80::1 -alias". from Todd Fries.
|
2000-10-28 03:46:21 +00:00 |
in6.h
|
use __P() in prototype for non-ansi compilers.
|
2000-10-17 21:46:42 +00:00 |
ip6_forward.c
|
on ipsec policy lookup, do not try to lookup port numbers for forwarded packet.
|
2000-09-22 05:50:23 +00:00 |
ip6_input.c
|
make IFA_STATS really work on IPv6.
|
2000-10-23 03:45:25 +00:00 |
ip6_mroute.c
|
kame 1.32 -> 1.33
|
2000-10-19 03:15:48 +00:00 |
ip6_mroute.h
|
|
|
ip6_output.c
|
make IFA_STATS really work on IPv6.
|
2000-10-23 03:45:25 +00:00 |
ip6_var.h
|
|
|
ip6protosw.h
|
verify ICMPv6 too big messages based on TCP pcbs, and/or IPsec SA.
|
2000-10-18 21:14:12 +00:00 |
ipcomp_core.c
|
update ip compression algorithm lookup.
|
2000-09-26 08:40:23 +00:00 |
ipcomp_input.c
|
fix compilation without INET. fix confusion between ipsecstat and ipsec6stat.
|
2000-10-02 03:55:41 +00:00 |
ipcomp_output.c
|
fix compilation without INET. fix confusion between ipsecstat and ipsec6stat.
|
2000-10-02 03:55:41 +00:00 |
ipcomp.h
|
update ip compression algorithm lookup.
|
2000-09-26 08:40:23 +00:00 |
ipsec.c
|
fix compilation without INET. fix confusion between ipsecstat and ipsec6stat.
|
2000-10-02 03:55:41 +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 |
Makefile
|
|
|
mld6_var.h
|
|
|
mld6.c
|
|
|
nd6_nbr.c
|
|
|
nd6_rtr.c
|
|
|
nd6.c
|
suppress warning on nd6_storelladdr failure. the failure could happen
|
2000-10-15 15:39:11 +00:00 |
nd6.h
|
|
|
pim6_var.h
|
|
|
pim6.h
|
|
|
raw_ip6.c
|
memcpy -> bcopy, for sync with kame tree
|
2000-10-19 00:40:44 +00:00 |
route6.c
|
repair cut-and-paste bug. from: francis dupont. sync with kame
|
2000-09-20 23:35:51 +00:00 |
TODO
|
|
|
udp6_usrreq.c
|
validate ICMPv6 too big message.
|
2000-10-19 01:14:13 +00:00 |
udp6_var.h
|
|
|
udp6.h
|
|
|