summaryrefslogtreecommitdiffstats
path: root/sys/netatalk/ddp.h
Commit message (Collapse)AuthorAgeFilesLines
* Mark wire data structures in netatalk as __packed so that they arerwatson2007-06-281-5/+6
| | | | | | | | | properly (un)padded on the arm platform. With this change, FreeBSD/arm boxes are able to route AppleTalk properly. Submitted/tested by: Nathan Whitehorn <nathanw at uchicago dot edu> Tested on: arm, i386, amd64 Approved by: re (kensmith)
* Clean up DDP layer netatalk code:rwatson2007-01-121-55/+56
| | | | | | | | | - 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.
* /* -> /*- for license, minor formatting changes, insert COPYRIGHT into filesimp2005-01-071-1/+3
|
* Obtained from: netatalk distribution netatalk@itd.umich.edujulian1996-05-241-0/+133
Kernel Appletalk protocol support both CAP and netatalk can make use of this.. still needs some owrk but it seemd the right tiime to commit it so other can experiment.
OpenPOWER on IntegriCloud