NetBSD/sys/netinet6
explorer ed3b6d5791 Fix a problem where tcp_slowtimo was called twice, once for ipv4 tcp and
once for ipv6.  This patch makes the ipv6 case pass NULLs in for fast
and slow timeouts iff defined(INET) and passes in the right function
if !defined(INET).

Reveiwed by itojun@iijlab.net.
1999-07-27 06:23:57 +00:00
..
IMPLEMENTATION RCS ID police. 1999-07-03 21:24:45 +00:00
Makefile
TODO remove TIME_WAIT issue, it was false. 1999-07-02 07:36:33 +00:00
ah.h defopt INET6, and put it in opt_inet.h (most places already include this 1999-07-09 23:41:16 +00:00
ah_core.c defopt IPSEC and IPSEC_ESP (both into opt_ipsec.h). 1999-07-09 22:57:15 +00:00
ah_input.c checked build on alpha and i386, with GENERIC.v6. 1999-07-06 08:55:56 +00:00
ah_output.c RCS ID police. 1999-07-03 21:24:45 +00:00
dest6.c RCS ID police. 1999-07-03 21:24:45 +00:00
esp.h defopt INET6, and put it in opt_inet.h (most places already include this 1999-07-09 23:41:16 +00:00
frag6.c s/splnet/splsoftnet/ in IPv6/IPsec part. 1999-07-04 02:01:15 +00:00
icmp6.c - implement IPv6 pmtud, which is necessary for TCP6. 1999-07-22 12:56:56 +00:00
icmp6.h RCS ID police. 1999-07-03 21:24:45 +00:00
in6.c s/splnet/splsoftnet/ in IPv6/IPsec part. 1999-07-04 02:01:15 +00:00
in6.h sync with KAME/NetBSD 1.4, SNAP kit 19990705. 1999-07-06 12:23:19 +00:00
in6_cksum.c fix compilation/runtime problem on alpha. 1999-07-11 17:45:11 +00:00
in6_gif.c defopt IPSEC and IPSEC_ESP (both into opt_ipsec.h). 1999-07-09 22:57:15 +00:00
in6_gif.h RCS ID police. 1999-07-03 21:24:45 +00:00
in6_ifattach.c Clean up some printfs(), and mark a few for possible later nuking, 1999-07-10 19:46:10 +00:00
in6_ifattach.h RCS ID police. 1999-07-03 21:24:45 +00:00
in6_pcb.c fix faith interface support. need testing. 1999-07-17 07:07:08 +00:00
in6_pcb.h change unnecessary u_long/long into u_int32_t or something relevant. 1999-07-22 03:59:42 +00:00
in6_prefix.c RCS ID police. 1999-07-03 21:24:45 +00:00
in6_proto.c Fix a problem where tcp_slowtimo was called twice, once for ipv4 tcp and 1999-07-27 06:23:57 +00:00
in6_systm.h RCS ID police. 1999-07-03 21:24:45 +00:00
in6_var.h change unnecessary u_long/long into u_int32_t or something relevant. 1999-07-22 03:59:42 +00:00
ip6.h sync with KAME/NetBSD 1.4, SNAP kit 19990705. 1999-07-06 12:23:19 +00:00
ip6_forward.c RCS ID police. 1999-07-03 21:24:45 +00:00
ip6_input.c change unnecessary u_long/long into u_int32_t or something relevant. 1999-07-22 03:59:42 +00:00
ip6_mroute.c avoid u_long and hardcoded numbers. 1999-07-22 15:46:13 +00:00
ip6_mroute.h RCS ID police. 1999-07-03 21:24:45 +00:00
ip6_output.c - implement IPv6 pmtud, which is necessary for TCP6. 1999-07-22 12:56:56 +00:00
ip6_var.h change unnecessary u_long/long into u_int32_t or something relevant. 1999-07-22 03:59:42 +00:00
ip6protosw.h RCS ID police. 1999-07-03 21:24:45 +00:00
ipcomp.h defopt INET6, and put it in opt_inet.h (most places already include this 1999-07-09 23:41:16 +00:00
ipcomp_core.c RCS ID police. 1999-07-03 21:24:45 +00:00
ipcomp_input.c fix IPSEC (but not INET6) build. 1999-07-06 05:09:22 +00:00
ipcomp_output.c fix IPSEC (but not INET6) build. 1999-07-06 05:09:22 +00:00
ipsec.c fix compilation/runtime problem on alpha. 1999-07-11 17:45:11 +00:00
ipsec.h defopt INET6, and put it in opt_inet.h (most places already include this 1999-07-09 23:41:16 +00:00
mld6.c defopt IPSEC and IPSEC_ESP (both into opt_ipsec.h). 1999-07-09 22:57:15 +00:00
mld6_var.h RCS ID police. 1999-07-03 21:24:45 +00:00
nd6.c sync with KAME/NetBSD 1.4, SNAP kit 19990705. 1999-07-06 12:23:19 +00:00
nd6.h sync with KAME/NetBSD 1.4, SNAP kit 19990705. 1999-07-06 12:23:19 +00:00
nd6_nbr.c Clean up some printfs(), and mark a few for possible later nuking, 1999-07-10 19:46:10 +00:00
nd6_rtr.c s/splnet/splsoftnet/ in IPv6/IPsec part. 1999-07-04 02:01:15 +00:00
pim6.h RCS ID police. 1999-07-03 21:24:45 +00:00
pim6_var.h sync with KAME/NetBSD 1.4, SNAP kit 19990705. 1999-07-06 12:23:19 +00:00
raw_ip6.c fix IPV6_CHECKSUM socket option (length computation was wrong). 1999-07-19 18:37:19 +00:00
route6.c RCS ID police. 1999-07-03 21:24:45 +00:00
udp6.h RCS ID police. 1999-07-03 21:24:45 +00:00
udp6_usrreq.c defopt IPSEC and IPSEC_ESP (both into opt_ipsec.h). 1999-07-09 22:57:15 +00:00
udp6_var.h RCS ID police. 1999-07-03 21:24:45 +00:00