freebsd-skq/sys/netinet
Julian Elischer ed7509ace4 Go through the loopback code with a broom..
Remove lots'o'hacks.
looutput is now static.

Other callers who want to use loopback to allow shortcutting
should call the special entrypoint for this, if_simloop(), which is
specifically designed for this purpose. Using looutput for this purpose
was problematic, particularly with bpf and trying to keep track
of whether one should be using the charateristics of the loopback interface
or the interface (e.g. if_ethersubr.c) that was requesting the loopback.
There was a whole class of errors due to this mis-use each of which had
hacks to cover them up.

Consists largly of hack removal :-)
1998-06-12 03:48:19 +00:00
..
libalias Quieten gcc 2.8.1 1998-06-10 00:26:19 +00:00
fil.c
icmp_var.h
if_atm.c
if_atm.h
if_ether.c Go through the loopback code with a broom.. 1998-06-12 03:48:19 +00:00
if_ether.h
if_fddi.h
igmp_var.h
igmp.c
igmp.h
in_cksum.c
in_hostcache.c
in_hostcache.h
in_pcb.c Convert socket structures to be type-stable and add a version number. 1998-05-15 20:11:40 +00:00
in_pcb.h Convert socket structures to be type-stable and add a version number. 1998-05-15 20:11:40 +00:00
in_proto.c Make this compile.. There are some unpleasing hacks in here. 1998-03-21 11:34:28 +00:00
in_rmx.c
in_systm.h This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
in_var.h This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
in.c This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
in.h Fix wrong data type for a pointer. 1998-06-06 20:45:28 +00:00
ip_auth.c
ip_auth.h
ip_compat.h
ip_divert.c include opt_ipdivert.h so we get correct options 1998-06-12 02:48:47 +00:00
ip_fil.c ip_fil.h has 9 separate declarations of iplioctl() in a disgusting 1998-06-08 06:04:12 +00:00
ip_fil.h Fixed pedantic semantics errors (bitfields not of type int, signed int 1998-06-08 09:47:47 +00:00
ip_flow.c Fix a typo-bug in ipflow_reap that could cause a NULL pointer 1998-05-19 17:47:11 +00:00
ip_flow.h Move (private) struct ipflow out of ip_var.h, to reduce dependencies 1998-05-19 15:53:50 +00:00
ip_frag.c
ip_frag.h
ip_ftp_pxy.c
ip_fw.c Fix wrong data type for a pointer. 1998-06-06 20:45:28 +00:00
ip_fw.h
ip_icmp.c Fixed logic in the test to drop ICMP echo and timestamp packets when 1998-05-26 11:34:30 +00:00
ip_icmp.h
ip_input.c Go through the loopback code with a broom.. 1998-06-12 03:48:19 +00:00
ip_log.c
ip_mroute.c Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. 1998-04-17 22:37:19 +00:00
ip_mroute.h
ip_nat.c
ip_nat.h
ip_output.c Go through the loopback code with a broom.. 1998-06-12 03:48:19 +00:00
ip_proxy.c
ip_proxy.h
ip_state.c
ip_state.h
ip_var.h Fixed pedantic semantics errors (bitfields not of type int, signed int 1998-06-08 09:47:47 +00:00
ip.h Fixed pedantic semantics errors (bitfields not of type int, signed int 1998-06-07 12:00:13 +00:00
ipl.h
mlf_ipl.c This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
raw_ip.c Convert socket structures to be type-stable and add a version number. 1998-05-15 20:11:40 +00:00
tcp_debug.c
tcp_debug.h
tcp_fsm.h
tcp_input.c Let the sowwakeup macro decide when to call sowakeup rather than have 1998-05-31 18:42:49 +00:00
tcp_output.c Take IP options into account when calculating the allowable length 1998-05-24 18:41:04 +00:00
tcp_reass.c Let the sowwakeup macro decide when to call sowakeup rather than have 1998-05-31 18:42:49 +00:00
tcp_seq.h
tcp_subr.c Convert socket structures to be type-stable and add a version number. 1998-05-15 20:11:40 +00:00
tcp_timer.c Ensure that TCP_REXMTVAL doesn't return a value less than t_rttmin. This 1998-04-24 09:25:39 +00:00
tcp_timer.h
tcp_timewait.c Convert socket structures to be type-stable and add a version number. 1998-05-15 20:11:40 +00:00
tcp_usrreq.c
tcp_var.h Convert socket structures to be type-stable and add a version number. 1998-05-15 20:11:40 +00:00
tcp.h Fixed pedantic semantics errors (bitfields not of type int, signed int 1998-06-08 09:47:47 +00:00
tcpip.h
udp_usrreq.c Convert socket structures to be type-stable and add a version number. 1998-05-15 20:11:40 +00:00
udp_var.h Convert socket structures to be type-stable and add a version number. 1998-05-15 20:11:40 +00:00
udp.h