.. |
IMPLEMENTATION
|
…
|
|
Makefile
|
…
|
|
TODO
|
…
|
|
ah.h
|
…
|
|
ah_core.c
|
tighten AH IPv4 option chasing more. drop too short (< 2) option.
|
2001-02-21 01:27:58 +00:00 |
ah_input.c
|
make sure to enforce inbound ipsec policy checking, for any protocols on top
|
2001-03-01 16:31:37 +00:00 |
ah_output.c
|
tighten AH IPv4 option chasing more. drop too short (< 2) option.
|
2001-02-21 01:27:58 +00:00 |
dest6.c
|
be more more picky about option length parsing. sync with kame
|
2001-02-22 01:40:25 +00:00 |
esp.h
|
…
|
|
esp_core.c
|
…
|
|
esp_input.c
|
make sure to enforce inbound ipsec policy checking, for any protocols on top
|
2001-03-01 16:31:37 +00:00 |
esp_output.c
|
…
|
|
esp_rijndael.c
|
pass key to rijndael logic as binary, not hexadecimal string.
|
2001-03-02 15:42:39 +00:00 |
esp_rijndael.h
|
…
|
|
frag6.c
|
correct handling of upper limitation to # of reass queue.
|
2001-02-22 05:04:42 +00:00 |
icmp6.c
|
make sure rcvif is sane on call to icmp6_reflect
|
2001-04-04 06:28:40 +00:00 |
in6.c
|
wording in comment.
|
2001-02-16 15:13:40 +00:00 |
in6.h
|
fix constness of IN6_{IS,ARE}_xx with RFC2553. sync with kame.
|
2001-03-30 05:53:52 +00:00 |
in6_cksum.c
|
…
|
|
in6_gif.c
|
add AF_ISO case to output. from chopps.
|
2001-02-20 10:41:47 +00:00 |
in6_gif.h
|
…
|
|
in6_ifattach.c
|
…
|
|
in6_ifattach.h
|
…
|
|
in6_pcb.c
|
pull latest kame pcbnotify code. synchronizes ICMPv6 path mtu discovery
|
2001-02-11 06:49:49 +00:00 |
in6_pcb.h
|
wrap kernel-only #define (kame cross-bsd portability) into _KERNEL.
|
2001-02-11 06:50:59 +00:00 |
in6_prefix.c
|
couple of missing splx. sync with kame.
|
2001-03-25 09:06:03 +00:00 |
in6_prefix.h
|
…
|
|
in6_proto.c
|
Add a protosw flag, PR_ABRTACPTDIS (Abort on Accept of Disconnected
|
2001-03-21 19:22:27 +00:00 |
in6_src.c
|
enable FAKE_LOOPBACK_IF case by default.
|
2001-03-30 11:08:56 +00:00 |
in6_var.h
|
…
|
|
ip6_forward.c
|
enable FAKE_LOOPBACK_IF case by default.
|
2001-03-30 11:08:56 +00:00 |
ip6_input.c
|
enable FAKE_LOOPBACK_IF case by default.
|
2001-03-30 11:08:56 +00:00 |
ip6_mroute.c
|
couple of missing splx. sync with kame.
|
2001-03-25 09:06:03 +00:00 |
ip6_mroute.h
|
…
|
|
ip6_output.c
|
enable FAKE_LOOPBACK_IF case by default.
|
2001-03-30 11:08:56 +00:00 |
ip6_var.h
|
…
|
|
ip6protosw.h
|
pull latest kame pcbnotify code. synchronizes ICMPv6 path mtu discovery
|
2001-02-11 06:49:49 +00:00 |
ipcomp.h
|
…
|
|
ipcomp_core.c
|
…
|
|
ipcomp_input.c
|
make sure to enforce inbound ipsec policy checking, for any protocols on top
|
2001-03-01 16:31:37 +00:00 |
ipcomp_output.c
|
…
|
|
ipsec.c
|
…
|
|
ipsec.h
|
…
|
|
mld6.c
|
…
|
|
mld6_var.h
|
…
|
|
nd6.c
|
enable FAKE_LOOPBACK_IF case by default.
|
2001-03-30 11:08:56 +00:00 |
nd6.h
|
garbage-collect stale ND entries (default: 1 day).
|
2001-02-23 08:02:41 +00:00 |
nd6_nbr.c
|
garbage-collect stale ND entries (default: 1 day).
|
2001-02-23 08:02:41 +00:00 |
nd6_rtr.c
|
suppress RS/RA log messages (can be re-enabled by net.inet6.icmp6.nd6_debug),
|
2001-04-04 06:28:41 +00:00 |
pim6.h
|
…
|
|
pim6_var.h
|
…
|
|
raw_ip6.c
|
avoid possible alignment issue. sync with kame
|
2001-03-04 16:49:17 +00:00 |
route6.c
|
…
|
|
udp6.h
|
…
|
|
udp6_output.c
|
…
|
|
udp6_usrreq.c
|
pull latest kame pcbnotify code. synchronizes ICMPv6 path mtu discovery
|
2001-02-11 06:49:49 +00:00 |
udp6_var.h
|
…
|
|