1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00
freebsd/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 Send ARP's for aliased subnets with the proper source address. 1996-03-23 01:32:30 +00:00
if_ether.h Send ARP's for aliased subnets with the proper source address. 1996-03-23 01:32:30 +00:00
if_fddi.h
igmp_var.h IGMPv2 routines rewritten, to be more compact and to fully comply 1996-03-14 16:59:20 +00:00
igmp.c Always call ip_output() with a valid route pointer. For igmp, also get the 1996-04-18 15:41:11 +00:00
igmp.h IGMPv2 routines rewritten, to be more compact and to fully comply 1996-03-14 16:59:20 +00:00
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 IGMPv2 routines rewritten, to be more compact and to fully comply 1996-03-14 16:59:20 +00:00
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
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 Add feature for tcp "established". 1996-04-03 13:52:20 +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 Clean up various compiler warnings. Most (if not all) were benign 1996-05-08 04:29:08 +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 Conditionalize calls to IPFW code on COMPAT_IPFW. This is done slightly 1996-05-22 17:23:09 +00:00
ip_var.h Make rip_input() take the header length 1996-03-26 19:16:46 +00:00
ip.h Define a few macros useful in the _IP_VHL case. 1996-04-18 15:42:50 +00:00
raw_ip.c Conditionalize calls to IPFW code on COMPAT_IPFW. This is done slightly 1996-05-22 17:23:09 +00:00
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 Two fixes from Rich Stevens: 1996-04-15 03:46:33 +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 In tcp_respond(), check that ro->ro_rt is non-null before RTFREEing 1996-03-27 18:23:16 +00:00
tcp_timer.c Two fixes from Rich Stevens: 1996-04-15 03:46:33 +00:00
tcp_timer.h
tcp_timewait.c In tcp_respond(), check that ro->ro_rt is non-null before RTFREEing 1996-03-27 18:23:16 +00:00
tcp_usrreq.c
tcp_var.h Delete #ifdef notdef blocks containing old method of srtt calculation. 1996-04-26 18:32:58 +00:00
tcp.h
tcpip.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
udp.h