summaryrefslogtreecommitdiffstats
path: root/sys/netatalk/ddp_pcb.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up DDP layer netatalk code:rwatson2007-01-121-2/+2
| | | | | | | | | - General style(9) cleanup -- white space, braces, line wraps, etc. - Annotate a lack of synchronization the global route cache if the input routine is invoked with parallelism. - Remove unused debugging code.
* Break out my copyrights with our 2-clause BSD license from the UMichrwatson2007-01-081-0/+23
| | | | | | copyright, which while similar, is different. MFC after: 3 days
* /* -> /*- for license, minor formatting changes, insert COPYRIGHT into filesimp2005-01-071-2/+23
|
* Procotol control block locking for netatalk DDP.rwatson2004-07-121-0/+20
|
* Isolate PCB-specific ethertalk DDP functions in ddp_pcb.c, removing themrwatson2004-03-191-0/+20
from ddp_usrreq.c. Functions moved are: at_pcballoc() at_pcbconnect() at_pcbdetach() at_pcbdisconnect() at_pcbsetaddr() at_sockaddr() Also moved are ddp_ports and ddpcb, global variables associated with DDP pcbs. This makes PCB implementation more parallel to inet, inet6, and ipx.
OpenPOWER on IntegriCloud