.. |
IMPLEMENTATION
|
sync with latest kame tree (tiny update in IPv4 mapped issue)
|
2000-06-12 10:47:17 +00:00 |
Makefile
|
remove include files in nonstandard path
|
2000-06-04 11:52:06 +00:00 |
TODO
|
need PRC_IF{UP,CHANGE}.
|
2000-02-05 18:11:41 +00:00 |
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
|
set frag6_doing_reass properly (for frag6_drain). sync with kame.
|
2001-02-11 05:05:27 +00:00 |
icmp6.c
|
recover $NetBSD$ (removed by mistake)
|
2001-02-11 04:53:49 +00:00 |
in6.c
|
add missing IFAFREE() in error recovery case.
|
2001-02-11 04:29:30 +00:00 |
in6.h
|
use __P() in prototype for non-ansi compilers.
|
2000-10-17 21:46:42 +00:00 |
in6_cksum.c
|
to sync with kame better, (1) remove register declaration for variables,
|
2001-02-10 04:14:26 +00:00 |
in6_gif.c
|
remove #ifdef __FreeBSD__.
|
2001-02-11 05:24:21 +00:00 |
in6_gif.h
|
introduce sys/netinet/ip_encap.c, to dispatch inbound packets
|
2000-04-19 06:30:51 +00:00 |
in6_ifattach.c
|
during ip6/icmp6 inbound packet processing, do not call log() nor printf() in
|
2001-02-07 08:59:47 +00:00 |
in6_ifattach.h
|
revisit in6_ifattach().
|
2000-04-12 10:36:38 +00:00 |
in6_pcb.c
|
to sync with kame better, (1) remove register declaration for variables,
|
2001-02-10 04:14:26 +00:00 |
in6_pcb.h
|
amove in6_{embed,recover}scope prototypes to in6_var.h (kernel only).
|
2001-02-08 14:56:15 +00:00 |
in6_prefix.c
|
to sync with kame better, (1) remove register declaration for variables,
|
2001-02-10 04:14:26 +00:00 |
in6_prefix.h
|
to sync with kame better, (1) remove register declaration for variables,
|
2001-02-10 04:14:26 +00:00 |
in6_proto.c
|
whitespace sync with kame
|
2001-02-11 05:25:04 +00:00 |
in6_src.c
|
amove in6_{embed,recover}scope prototypes to in6_var.h (kernel only).
|
2001-02-08 14:56:15 +00:00 |
in6_var.h
|
to sync with kame better, (1) remove register declaration for variables,
|
2001-02-10 04:14:26 +00:00 |
ip6_forward.c
|
to sync with kame better, (1) remove register declaration for variables,
|
2001-02-10 04:14:26 +00:00 |
ip6_input.c
|
to sync with kame better, (1) remove register declaration for variables,
|
2001-02-10 04:14:26 +00:00 |
ip6_mroute.c
|
remove #ifdef __FreeBSD__.
|
2001-02-11 05:24:21 +00:00 |
ip6_mroute.h
|
fix if_set for architectures with sizeof(long) != 4. IF_xxx behaved badly.
|
2001-02-10 02:10:14 +00:00 |
ip6_output.c
|
to sync with kame better, (1) remove register declaration for variables,
|
2001-02-10 04:14:26 +00:00 |
ip6_var.h
|
implement net.inet6.ip6.{anon,low}port{min,max} sysctl variable.
|
2000-08-26 11:03:45 +00:00 |
ip6protosw.h
|
to sync with kame better, (1) remove register declaration for variables,
|
2001-02-10 04:14:26 +00:00 |
ipcomp.h
|
update ip compression algorithm lookup.
|
2000-09-26 08:40:23 +00:00 |
ipcomp_core.c
|
update ip compression algorithm lookup.
|
2000-09-26 08:40:23 +00:00 |
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
|
send up dst_unreach_admin error to local node, if transport-mode
|
2001-02-08 15:04:26 +00:00 |
ipsec.h
|
- record IPsec packet history into m_aux structure.
|
2001-01-24 09:04:15 +00:00 |
mld6.c
|
to sync with kame better, (1) remove register declaration for variables,
|
2001-02-10 04:14:26 +00:00 |
mld6_var.h
|
to sync with kame better, (1) remove register declaration for variables,
|
2001-02-10 04:14:26 +00:00 |
nd6.c
|
to sync with kame better, (1) remove register declaration for variables,
|
2001-02-10 04:14:26 +00:00 |
nd6.h
|
when chasing nd6_llinfo chain, make sure we do not touch dangling
|
2001-02-08 12:57:54 +00:00 |
nd6_nbr.c
|
during ip6/icmp6 inbound packet processing, do not call log() nor printf() in
|
2001-02-07 08:59:47 +00:00 |
nd6_rtr.c
|
during ip6/icmp6 inbound packet processing, do not call log() nor printf() in
|
2001-02-07 08:59:47 +00:00 |
pim6.h
|
to sync with kame better, (1) remove register declaration for variables,
|
2001-02-10 04:14:26 +00:00 |
pim6_var.h
|
to sync with kame better, (1) remove register declaration for variables,
|
2001-02-10 04:14:26 +00:00 |
raw_ip6.c
|
to sync with kame better, (1) remove register declaration for variables,
|
2001-02-10 04:14:26 +00:00 |
route6.c
|
to sync with kame better, (1) remove register declaration for variables,
|
2001-02-10 04:14:26 +00:00 |
udp6.h
|
to sync with kame better, (1) remove register declaration for variables,
|
2001-02-10 04:14:26 +00:00 |
udp6_output.c
|
move udp6_output() to separate file. (sync better with kame)
|
2001-02-08 16:48:01 +00:00 |
udp6_usrreq.c
|
to sync with kame better, (1) remove register declaration for variables,
|
2001-02-10 04:14:26 +00:00 |
udp6_var.h
|
pass struct proc * down to udp6_output and in6_pcbbind.
|
2000-06-05 06:38:22 +00:00 |