freebsd_amp_hwpstate/sys/netinet
Garrett Wollman f9493383fc Conditionalize calls to IPFW code on COMPAT_IPFW. This is done slightly
unconventionally:
	If COMPAT_IPFW is not defined, or if it is defined to 1, enable;
otherwise, disable.

This means that these changes actually have no effect on anyone at the
moment.  (It just makes it easier for me to keep my code in sync.)
In the future, the `not defined' part of the hack should be eliminated,
but doing this now would require everyone to change their config files.

The same conditionals need to be made in ip_input.c as well for this to
ave any useful effect, but I'm not ready to do that right now.
1996-05-22 17:23:09 +00:00
..
icmp_var.h
if_ether.c
if_ether.h
if_fddi.h
igmp.c
igmp.h
igmp_var.h
in.c
in.h
in_cksum.c
in_pcb.c
in_pcb.h
in_proto.c Remove useless entries from the inetsw structure initiliser which 1996-05-08 04:34:03 +00:00
in_rmx.c Add three new route flags to help determine what sort of address 1996-05-06 17:42:13 +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 Clean up various compiler warnings. Most (if not all) were benign 1996-05-08 04:29:08 +00:00
ip_fw.h
ip_icmp.c
ip_icmp.h
ip_input.c Clean up various compiler warnings. Most (if not all) were benign 1996-05-08 04:29:08 +00:00
ip_mroute.c
ip_mroute.h
ip_output.c Conditionalize calls to IPFW code on COMPAT_IPFW. This is done slightly 1996-05-22 17:23:09 +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
tcp_debug.h
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
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
tcp_timer.c
tcp_timer.h
tcp_timewait.c
tcp_usrreq.c
tcp_var.h Delete #ifdef notdef blocks containing old method of srtt calculation. 1996-04-26 18:32:58 +00:00
tcpip.h
udp.h
udp_usrreq.c Make it possible to return more than one piece of control information 1996-05-09 20:15:26 +00:00
udp_var.h