freebsd-dev/sys/netipx
rwatson df16ad06f8 Explicitly lock the send socket buffer in spx_reass() to cover the drop
record loop for ACK'd data, rather than relying on lokcing in
sbdroprecord() and sowwakeup(), reducing the number of lock operations
as well as eliminating a possible race against the head of the send
buffer mbuf chain.  Use the _locked variants of sbdroprecord() and
sowwakeup().
2005-01-02 15:33:13 +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 Restructure ipx_input() return code to match similar code in netinet, 2005-01-02 15:29:29 +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
spx_debug.h
spx_timer.h
spx_usrreq.c Explicitly lock the send socket buffer in spx_reass() to cover the drop 2005-01-02 15:33:13 +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