freebsd-skq/sys/netipx
rwatson 232fe9e06d Eliminate XXX comments regarding allocation failures when retrieving
the peer address by using M_WAITOK in ipx_setpeeraddr() to prevent
allocation failure.  The socket reference used to reach these calls
will prevent the ipxpcb from being released prematurely.
2005-01-02 15:25:59 +00:00
..
ipx_cksum.c Trim trailing whitespace. 2005-01-02 15:13:59 +00:00
ipx_if.h Trim trailing whitespace. 2005-01-02 15:13:59 +00:00
ipx_input.c Trim trailing whitespace. 2005-01-02 15:13:59 +00:00
ipx_ip.c Trim trailing whitespace. 2005-01-02 15:13:59 +00:00
ipx_ip.h
ipx_outputfl.c Use RTFREE() to free route references rather than rtfree(), as rtfree() 2005-01-02 01:47:56 +00:00
ipx_pcb.c Eliminate XXX comments regarding allocation failures when retrieving 2005-01-02 15:25:59 +00:00
ipx_pcb.h Extern declaration of old 'ipxpcb' list head no longer required. 2005-01-02 15:16:35 +00:00
ipx_proto.c Trim trailing whitespace. 2005-01-02 15:13:59 +00:00
ipx_usrreq.c Eliminate XXX comments regarding allocation failures when retrieving 2005-01-02 15:25:59 +00:00
ipx_var.h Add 'struct ipxpcb' forward declaration to ipx_var.h. I had this in 2004-12-31 11:54:39 +00:00
ipx.c Trim trailing whitespace. 2005-01-02 15:13:59 +00:00
ipx.h Mark 'struct ipx', the IPX packet header, as __packed. Otherwise, 2005-01-02 02:30:27 +00:00
README Document copyright updates in netipx README as other prior updates have 2005-01-02 15:10:02 +00:00
spx_debug.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
spx_debug.h Make spxnames a const char * to quieten some warnings in netstat. 2002-07-27 23:15:08 +00:00
spx_timer.h
spx_usrreq.c Use KASSERT() in preference to if()panic(). 2005-01-02 15:19:24 +00:00
spx_var.h
spx.h Mark 'struct spx' and 'struct spxhdr' as __packed to prevent possible 2005-01-02 15:06:47 +00:00

$FreeBSD$

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) 2004, Robert N. M. Watson
Modifications Copyright (c) 1995, Mike Mitchell
Modifications Copyright (c) 1995, John Hay