freebsd_amp_hwpstate/sys/netinet
Alexander Langer 830b0d3039 Allow fragment checking to work with specific protocols.
Reviewed by:	phk

Reject the addition of rules that will never match (for example,
1.2.3.4:255.255.255.0).  User level utilities specify the policy by either
masking the IP address for the user (as ipfw(8) does) or rejecting the
entry with an error.  In either case, the kernel should not modify chain
entries to make them work.
1996-06-25 00:22:20 +00:00
..
icmp_var.h
if_ether.c Set the rmx.rmx_expire to 0 when creating fake ethernet addresses for the 1996-06-21 21:45:58 +00:00
if_ether.h
if_fddi.h
igmp.c Clean up -Wunused warnings. 1996-06-12 05:11:41 +00:00
igmp.h
igmp_var.h
in.c Added proper splnet protection while modifying the interface address list. 1996-04-07 06:59:52 +00:00
in.h Add feature for tcp "established". 1996-04-03 13:52:20 +00:00
in_cksum.c
in_pcb.c More closely preserve the original operation of rresvport() when using 1996-05-31 05:11:22 +00:00
in_pcb.h
in_proto.c Remove one last rip_output from inetsw (gpalmer missed it in rev 1.30) 1996-06-20 17:52:32 +00:00
in_rmx.c Put the 'debug' messages of the type: 1996-06-20 15:41:23 +00:00
in_systm.h
in_var.h
ip.h Define a few macros useful in the _IP_VHL case. 1996-04-18 15:42:50 +00:00
ip_fw.c Allow fragment checking to work with specific protocols. 1996-06-25 00:22:20 +00:00
ip_fw.h Big sweep over ipfw, picking up where Poul left off: 1996-06-09 23:46:21 +00:00
ip_icmp.c Always pass a route structure when calling ip_output(). 1996-04-03 18:52:22 +00:00
ip_icmp.h
ip_input.c Convert ipfw to use opt_ipfw.h 1996-06-12 19:34:33 +00:00
ip_mroute.c Always call ip_output() with a valid route pointer. For igmp, also get the 1996-04-18 15:41:11 +00:00
ip_mroute.h
ip_output.c Changed some memcpy()'s back to bcopy()'s. 1996-06-08 08:19:03 +00:00
ip_var.h
raw_ip.c Conditionalize calls to IPFW code on COMPAT_IPFW. This is done slightly 1996-05-22 17:23:09 +00:00
tcp.h
tcp_debug.c Eliminated sloppy common-style declarations. Now there are no duplicated 1996-04-13 12:45:57 +00:00
tcp_debug.h Eliminated sloppy common-style declarations. Now there are no duplicated 1996-04-13 12:45:57 +00:00
tcp_fsm.h
tcp_input.c Back out my stupid braino; I was thinking strlen and not sizeof. 1996-05-02 05:54:14 +00:00
tcp_output.c Changed some memcpy()'s back to bcopy()'s. 1996-06-08 08:19:03 +00:00
tcp_reass.c Back out my stupid braino; I was thinking strlen and not sizeof. 1996-05-02 05:54:14 +00:00
tcp_seq.h
tcp_subr.c Better selection of initial retransmit timeout when no cached 1996-06-14 17:17:32 +00:00
tcp_timer.c Fix a bug in the handling of the "persist" state which, under certain 1996-06-03 15:37:52 +00:00
tcp_timer.h Better selection of initial retransmit timeout when no cached 1996-06-14 17:17:32 +00:00
tcp_timewait.c Better selection of initial retransmit timeout when no cached 1996-06-14 17:17:32 +00:00
tcp_usrreq.c
tcp_var.h Correct formula for TCP RTO calculation. Also try to do a better job in 1996-06-05 16:57:38 +00:00
tcpip.h
udp.h
udp_usrreq.c Changed some memcpy()'s back to bcopy()'s. 1996-06-08 08:19:03 +00:00
udp_var.h Instrument UDP PCB hashing to see how often the hash lookup is effective 1996-06-05 17:20:35 +00:00