NetBSD/sys/netinet
christos 8d20d2e953 Follow exactly the recommendation of draft-ietf-tcpm-tcpsecure-11.txt:
Don't check gainst the last ack received, but the expected sequence number.
This makes RST handling independent of delayed ACK. From Joanne M Mikkelson.
2009-06-20 17:29:31 +00:00
..
accept_filter.h
accf_data.c
accf_http.c
cpu_in_cksum.c
files.ipfilter
files.netinet
icmp6.h
icmp_private.h
icmp_var.h
if_arp.c merge christos-time_t 2009-01-11 02:45:45 +00:00
if_atm.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
if_atm.h
if_ether.h
if_inarp.h remove unused #define. 2009-02-18 13:17:50 +00:00
igmp_var.h
igmp.c
igmp.h
in4_cksum.c
in_cksum.c
in_gif.c
in_gif.h
in_ifattach.h
in_offload.c
in_offload.h
in_pcb_hdr.h
in_pcb.c Implicit EPERM -> explicit EACCES. 2009-05-12 22:22:46 +00:00
in_pcb.h
in_proto.c include opt_gateway 2009-02-28 18:31:12 +00:00
in_proto.h
in_selsrc.c
in_selsrc.h
in_systm.h
in_var.h
in.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
in.h
ip6.h
ip_carp.c Make ip_carp.c compile, fixing usage of CARP_LOG(). 2009-06-07 06:11:18 +00:00
ip_carp.h
ip_ecn.c
ip_ecn.h
ip_encap.c Make it possible to register delayed radix tree head inits which 2009-05-27 17:46:49 +00:00
ip_encap.h
ip_etherip.c
ip_etherip.h
ip_flow.c ansify function definitions 2009-03-15 22:16:09 +00:00
ip_icmp.c
ip_icmp.h
ip_id.c
ip_input.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
ip_mroute.c bzero -> memset 2009-03-18 16:00:08 +00:00
ip_mroute.h
ip_output.c Remove some usage of "priv" and "privileged" variables and instead pass 2009-05-06 21:41:59 +00:00
ip_private.h
ip_var.h Init ipflow pool dynamically instead of using a linkset. 2009-02-01 17:04:11 +00:00
ip.h
Makefile
pim_var.h
pim.h
raw_ip.c Provide compatibility to the old timeval SCM_TIMESTAMP messages. 2009-01-19 02:27:57 +00:00
tcp_congctl.c
tcp_congctl.h
tcp_debug.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
tcp_debug.h
tcp_fsm.h
tcp_input.c Follow exactly the recommendation of draft-ietf-tcpm-tcpsecure-11.txt: 2009-06-20 17:29:31 +00:00
tcp_output.c bzero -> memset 2009-03-18 16:00:08 +00:00
tcp_private.h
tcp_sack.c POOL_INIT -> pool_init 2009-05-27 17:41:03 +00:00
tcp_seq.h
tcp_subr.c POOL_INIT -> pool_init 2009-05-27 17:41:03 +00:00
tcp_timer.c
tcp_timer.h
tcp_usrreq.c sysctl_inpcblist: fix a lock leak in error path (hi <matt>). 2009-06-07 16:20:29 +00:00
tcp_var.h POOL_INIT -> pool_init 2009-05-27 17:41:03 +00:00
tcp.h
tcpip.h
udp_private.h
udp_usrreq.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
udp_var.h
udp.h