freebsd-dev/sys/netatalk
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
..
aarp.c Staticize. 1998-02-09 06:11:36 +00:00
aarp.h Submitted by: archie@whistle.com 1996-07-23 01:18:47 +00:00
at_control.c This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
at_extern.h This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
at_proto.c Removed unused #includes. 1998-02-25 13:08:07 +00:00
at_rmx.c Removed unused #includes. 1998-02-25 05:58:50 +00:00
at_var.h Update for new callout interface. 1997-09-21 22:02:25 +00:00
at.h Fixed pedantic syntax errors. 1998-02-03 21:56:42 +00:00
COPYRIGHT Obtained from: Netatalk distribution. 1996-06-18 20:55:13 +00:00
ddp_input.c spurious ntohs calls were stopping some packets from being recognised 1998-06-05 06:55:37 +00:00
ddp_output.c Go through the loopback code with a broom.. 1998-06-12 03:48:19 +00:00
ddp_pcb.c Staticize. 1998-02-09 06:11:36 +00:00
ddp_usrreq.c Staticize. 1998-02-09 06:11:36 +00:00
ddp_var.h Moved misplaced extern declarations. 1997-09-07 07:58:09 +00:00
ddp.h Obtained from: netatalk distribution netatalk@itd.umich.edu 1996-05-24 01:35:45 +00:00
endian.h Fixed pedantic syntax errors. 1998-02-03 21:56:42 +00:00
phase2.h Submitted by: archie@whistle.com 1996-07-23 01:18:47 +00:00