]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Reviewed by: julian and jhay@mikom.csir.co.za
authorJulian Elischer <julian@FreeBSD.org>
Thu, 26 Oct 1995 20:31:59 +0000 (20:31 +0000)
committerJulian Elischer <julian@FreeBSD.org>
Thu, 26 Oct 1995 20:31:59 +0000 (20:31 +0000)
commitcc6a66f20e9c3dbde378e543b40bea846059e2d3
treed823a4d0efac391c6dfad3ac2e27c0e984cea732
parent059a9bc2bb95ccc3a5f6b8f40819813380523d7e
Reviewed by: julian and jhay@mikom.csir.co.za
Submitted by: Mike Mitchell, supervisor@alb.asctmd.com

This is a bulk mport of Mike's IPX/SPX protocol stacks and all the
related gunf that goes with it..
it is not guaranteed to work 100% correctly at this time
but as we had several people trying to work on it
I figured it would be better to get it checked in so
they could all get teh same thing to work on..

Mikes been using it for a year or so
but on 2.0

more changes and stuff will be merged in from other developers now that this is in.

Mike Mitchell, Network Engineer
AMTECH Systems Corporation, Technology and Manufacturing
8600 Jefferson Street, Albuquerque, New Mexico 87113 (505) 856-8000
supervisor@alb.asctmd.com
63 files changed:
lib/Makefile
lib/libipx/Makefile [new file with mode: 0644]
lib/libipx/ipx.3 [new file with mode: 0644]
lib/libipx/ipx_addr.c [new file with mode: 0644]
lib/libipx/ipx_ntoa.c [new file with mode: 0644]
sbin/ifconfig/ifconfig.c
sys/conf/NOTES
sys/conf/files
sys/dev/ed/if_ed.c
sys/dev/ep/if_ep.c
sys/dev/fe/if_fe.c
sys/dev/ie/if_ie.c
sys/i386/conf/LINT
sys/i386/conf/NOTES
sys/i386/isa/if_ed.c
sys/i386/isa/if_eg.c
sys/i386/isa/if_el.c
sys/i386/isa/if_ep.c
sys/i386/isa/if_fe.c
sys/i386/isa/if_ie.c
sys/i386/isa/if_ix.c
sys/i386/isa/if_le.c
sys/i386/isa/if_ze.c
sys/i386/isa/if_zp.c
sys/net/if_ethersubr.c
sys/net/if_fddisubr.c
sys/net/if_loop.c
sys/net/if_ppp.c
sys/net/if_ppp.h
sys/net/if_spppsubr.c
sys/net/netisr.h
sys/net/route.h
sys/net/rtsock.c
sys/netccitt/if_x25subr.c
sys/netinet/in_proto.c
sys/netipx/README [new file with mode: 0644]
sys/netipx/ipx.c [new file with mode: 0644]
sys/netipx/ipx.h [new file with mode: 0644]
sys/netipx/ipx_cksum.c [new file with mode: 0644]
sys/netipx/ipx_error.c [new file with mode: 0644]
sys/netipx/ipx_error.h [new file with mode: 0644]
sys/netipx/ipx_if.h [new file with mode: 0644]
sys/netipx/ipx_input.c [new file with mode: 0644]
sys/netipx/ipx_ip.c [new file with mode: 0644]
sys/netipx/ipx_outputfl.c [new file with mode: 0644]
sys/netipx/ipx_pcb.c [new file with mode: 0644]
sys/netipx/ipx_pcb.h [new file with mode: 0644]
sys/netipx/ipx_proto.c [new file with mode: 0644]
sys/netipx/ipx_tun.c [new file with mode: 0644]
sys/netipx/ipx_usrreq.c [new file with mode: 0644]
sys/netipx/ipx_var.h [new file with mode: 0644]
sys/netipx/spx.h [new file with mode: 0644]
sys/netipx/spx_debug.c [new file with mode: 0644]
sys/netipx/spx_debug.h [new file with mode: 0644]
sys/netipx/spx_timer.h [new file with mode: 0644]
sys/netipx/spx_usrreq.c [new file with mode: 0644]
sys/netipx/spx_var.h [new file with mode: 0644]
sys/netns/ns.h
usr.bin/netstat/Makefile
usr.bin/netstat/if.c
usr.bin/netstat/main.c
usr.bin/netstat/netstat.h
usr.bin/netstat/route.c