summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_pcb.h
Commit message (Expand)AuthorAgeFilesLines
* Use ANSI C function declarations throughout netipx.rwatson2007-05-111-5/+4
* Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddrrwatson2007-05-111-2/+2
* Factor out UCB and my copyrights from copyrights of Mike Mitchell;rwatson2007-01-081-2/+29
* Add a new ipxpcb flag, IPXP_SPX, which is set on ipxpcb's to mark themrwatson2006-03-261-0/+1
* Rework IPX/SPX socket and pcb reference model:rwatson2006-03-251-8/+11
* Move spx_savesi from being a global variable to an automatically allocatedrwatson2006-03-231-2/+2
* Introduce a global mutex, ipxpcb_list_mtx, to protect the globalrwatson2005-01-091-1/+19
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Extern declaration of old 'ipxpcb' list head no longer required.rwatson2005-01-021-2/+0
* Convert netipx to use queue(9) doubly-linked lists instead of home-brewrwatson2004-12-301-4/+10
* Garbage collect unused (and incompletely implemented) functions:rwatson2004-12-301-3/+0
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Remove __P.alfred2002-03-201-13/+13
* KSE Milestone 2julian2001-09-121-3/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Get rid of the old XNS checksum code and implement it the IPX way.jhay1999-08-281-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-5/+5
* Removed the #ifdef IPXERRORMSGS'ed code. Fix a lot of style errors that Ijhay1997-06-261-2/+2
* Mega IPX commit.jhay1997-05-101-8/+8
* Make ipx compile again after the network interface changes.jhay1997-05-011-4/+7
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Enlarge the transmit and receive bufferspace of ipx. Make it tweakablejhay1996-11-241-3/+3
* Cleaned up prototypes:bde1995-11-241-19/+14
* Suggested by: bdejulian1995-11-041-1/+3
* Submitted by: Mike Mitchell (mitchell@ref.tfs.com)julian1995-10-311-2/+2
* Submitted by: Mike Mitchelljulian1995-10-311-4/+16
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-261-0/+88
OpenPOWER on IntegriCloud