freebsd-dev/sys/netinet
Jonathan Lemon 50c6dc99d8 Mark the checksum as complete when looping back multicast packets.
Submitted by:	Jeff Gibbons <jgibbons@n2.net>
2000-05-25 02:27:14 +00:00
..
libalias Revert the default behaviour for incoming connections so 2000-05-11 07:52:21 +00:00
fil.c fix up conflicts 2000-05-24 04:40:17 +00:00
icmp6.h
icmp_var.h sysctl'ize ICMP_BANDLIM and ICMP_BANDLIM_SUPPRESS_OUTPUT. 2000-05-22 16:12:28 +00:00
if_atm.c
if_atm.h Add $FreeBSD$ 2000-05-01 20:32:07 +00:00
if_ether.c Change the way that the queue(3) structures are declared; don't assume that 2000-05-23 20:41:01 +00:00
if_ether.h
if_fddi.h
igmp_var.h
igmp.c Add #include <machine/in_cksum.h>, in order to pick up the checksum 2000-05-06 18:19:58 +00:00
igmp.h
in_cksum.c
in_gif.c
in_gif.h
in_hostcache.c
in_hostcache.h
in_pcb.c Return ECONNRESET instead of EINVAL if the connection has been shot 2000-05-19 00:55:21 +00:00
in_pcb.h Change the way that the queue(3) structures are declared; don't assume that 2000-05-23 20:41:01 +00:00
in_proto.c
in_rmx.c
in_systm.h
in_var.h Change the way that the queue(3) structures are declared; don't assume that 2000-05-23 20:41:01 +00:00
in.c
in.h Add #include <machine/in_cksum.h>, in order to pick up the checksum 2000-05-06 18:19:58 +00:00
ip6.h
ip_auth.c fix up conflicts 2000-05-24 04:40:17 +00:00
ip_auth.h fix conflicts 2000-05-24 03:17:16 +00:00
ip_compat.h fix up conflicts 2000-05-24 04:40:17 +00:00
ip_divert.c Force the address of the socket to be INADDR_ANY immediately before 2000-05-02 23:53:46 +00:00
ip_dummynet.c Change the way that the queue(3) structures are declared; don't assume that 2000-05-23 20:41:01 +00:00
ip_dummynet.h
ip_ecn.c Remove ~25 unneeded #include <sys/conf.h> 2000-04-19 14:58:28 +00:00
ip_ecn.h
ip_fil.c fix conflicts 2000-05-24 03:43:24 +00:00
ip_fil.h fix conflicts 2000-05-24 03:43:24 +00:00
ip_flow.c Change the way that the queue(3) structures are declared; don't assume that 2000-05-23 20:41:01 +00:00
ip_flow.h Change the way that the queue(3) structures are declared; don't assume that 2000-05-23 20:41:01 +00:00
ip_frag.c fix conflicts 2000-05-24 04:21:35 +00:00
ip_frag.h It would have been nice if this actually compiled. Close the header 2000-05-24 09:08:55 +00:00
ip_ftp_pxy.c fix up conflicts 2000-05-24 04:40:17 +00:00
ip_fw.c Change the way that the queue(3) structures are declared; don't assume that 2000-05-23 20:41:01 +00:00
ip_fw.h Change the way that the queue(3) structures are declared; don't assume that 2000-05-23 20:41:01 +00:00
ip_icmp.c sysctl'ize ICMP_BANDLIM and ICMP_BANDLIM_SUPPRESS_OUTPUT. 2000-05-22 16:12:28 +00:00
ip_icmp.h
ip_input.c Cast sizeof() calls to be of type (int) when they appear in a signed 2000-05-17 04:05:07 +00:00
ip_log.c fix up conflicts 2000-05-24 04:40:17 +00:00
ip_mroute.c Include machine/in_cksum.h to unbreak options MROUTING. 2000-05-08 23:56:30 +00:00
ip_mroute.h
ip_nat.c fix up conflicts 2000-05-24 04:40:17 +00:00
ip_nat.h fix up conflicts 2000-05-24 04:40:17 +00:00
ip_output.c Mark the checksum as complete when looping back multicast packets. 2000-05-25 02:27:14 +00:00
ip_proxy.c fix conflicts 2000-05-24 04:21:35 +00:00
ip_proxy.h fix conflicts 2000-05-24 04:21:35 +00:00
ip_raudio_pxy.c fix up conflicts 2000-05-24 04:40:17 +00:00
ip_rcmd_pxy.c fix up conflicts 2000-05-24 04:40:17 +00:00
ip_state.c fix duplicate rcsid's 2000-05-24 19:38:17 +00:00
ip_state.h fix conflicts 2000-05-24 04:09:13 +00:00
ip_var.h Compute the checksum before handing the packet off to IPFilter. 2000-05-21 21:26:06 +00:00
ip.h
ipl.h fix up conflicts 2000-05-24 04:40:17 +00:00
ipprotosw.h
mlfk_ipl.c fix up conflicts 2000-05-24 04:40:17 +00:00
raw_ip.c
tcp_debug.c
tcp_debug.h
tcp_fsm.h
tcp_input.c sysctl'ize ICMP_BANDLIM and ICMP_BANDLIM_SUPPRESS_OUTPUT. 2000-05-22 16:12:28 +00:00
tcp_output.c Temporarily turn off the newreno flag until we can track down the known 2000-05-11 22:28:28 +00:00
tcp_reass.c sysctl'ize ICMP_BANDLIM and ICMP_BANDLIM_SUPPRESS_OUTPUT. 2000-05-22 16:12:28 +00:00
tcp_seq.h
tcp_subr.c Let initialize th_sum before in6_cksum(), again. 2000-04-19 15:05:00 +00:00
tcp_timer.c Implement TCP NewReno, as documented in RFC 2582. This allows 2000-05-06 03:31:09 +00:00
tcp_timer.h
tcp_timewait.c Let initialize th_sum before in6_cksum(), again. 2000-04-19 15:05:00 +00:00
tcp_usrreq.c Support per socket based IPv4 mapped IPv6 addr enable/disable control. 2000-04-01 22:35:47 +00:00
tcp_var.h Change the way that the queue(3) structures are declared; don't assume that 2000-05-23 20:41:01 +00:00
tcp.h Implement TCP NewReno, as documented in RFC 2582. This allows 2000-05-06 03:31:09 +00:00
tcpip.h
udp_usrreq.c Fixed some style bugs (mainly convoluted logic for blackhole processing). 2000-05-24 12:57:52 +00:00
udp_var.h
udp.h