freebsd-dev/sys/netipx
John Hay 8c7e2b93a0 Mega IPX commit.
Use the MAC address of an interface for the host part of an IPX address
and not the MAC address of the first interface for every IPX address.
This is more inline with the way others like Novell do it.
Mostly Submitted by: "Serge A. Babkin" <babkin@hq.icb.chel.su>

Take out the error messages (the ip icmp equivalent) with #ifdef IPXERRORMSGS.
This is bogus and as far as I could figure out IPX don't have anything like
it. This is a leftover from its XNS heritage. If nobody complains, I will
take it out completely in a few weeks.

Add some more ipxstat statistics counters.

Make ipxprintfs a sysctl variable and off by default.

Add IPX Netbios "routing" support. This is off by default and can be
switched on with a sysctl knob.

General code cleanup to at least use the same style throughout the IPX
code, but also be more style(9) conformant. Also make a lot of functions
static.

If I don't get any complaints I'll bring all of this over to the 2.2 tree
in a few weeks.
1997-05-10 09:58:58 +00:00
..
ipx_cksum.c Mega IPX commit. 1997-05-10 09:58:58 +00:00
ipx_error.c Mega IPX commit. 1997-05-10 09:58:58 +00:00
ipx_error.h Mega IPX commit. 1997-05-10 09:58:58 +00:00
ipx_if.h Mega IPX commit. 1997-05-10 09:58:58 +00:00
ipx_input.c Mega IPX commit. 1997-05-10 09:58:58 +00:00
ipx_ip.c Mega IPX commit. 1997-05-10 09:58:58 +00:00
ipx_ip.h Mega IPX commit. 1997-05-10 09:58:58 +00:00
ipx_outputfl.c Mega IPX commit. 1997-05-10 09:58:58 +00:00
ipx_pcb.c Mega IPX commit. 1997-05-10 09:58:58 +00:00
ipx_pcb.h Mega IPX commit. 1997-05-10 09:58:58 +00:00
ipx_proto.c Mega IPX commit. 1997-05-10 09:58:58 +00:00
ipx_tun.c Don't include <sys/ioctl.h> in the kernel. Stage 2: include 1997-03-24 11:33:46 +00:00
ipx_usrreq.c Mega IPX commit. 1997-05-10 09:58:58 +00:00
ipx_var.h Mega IPX commit. 1997-05-10 09:58:58 +00:00
ipx.c Mega IPX commit. 1997-05-10 09:58:58 +00:00
ipx.h Mega IPX commit. 1997-05-10 09:58:58 +00:00
README Reviewed by: julian and jhay@mikom.csir.co.za 1995-10-26 20:31:59 +00:00
spx_debug.c Mega IPX commit. 1997-05-10 09:58:58 +00:00
spx_debug.h Mega IPX commit. 1997-05-10 09:58:58 +00:00
spx_timer.h Mega IPX commit. 1997-05-10 09:58:58 +00:00
spx_usrreq.c Mega IPX commit. 1997-05-10 09:58:58 +00:00
spx_var.h Mega IPX commit. 1997-05-10 09:58:58 +00:00
spx.h Mega IPX commit. 1997-05-10 09:58:58 +00:00

This protocol implements IPX/SPX over Ethernet_II frame type 0x8137.
Please note: the SPX implementation may require further work and testing
to insure proper operation.

Mike Mitchell, Network Engineer
AMTECH Systems Corporation, Technology and Manufacturing
8600 Jefferson Street, Albuquerque, New Mexico 87113 (505) 856-8000
supervisor@alb.asctmd.com

John Hay
Some Company
Some Address
jhay@mikom.csir.co.za

--- Copyright Information ---

Copyright (c) 1984, 1985, 1986, 1987, 1993
The Regents of the University of California.  All rights reserved.

Modifications Copyright (c) 1995, Mike Mitchell
Modifications Copyright (c) 1995, John Hay