aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/mchain.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to our preferred 2-clause BSD license.Joel Dahl2010-04-071-6/+0
* Remove macrosR. Imura2005-09-191-48/+0
* Change API of mb_copy_t in libmchain so that netsmb can handleR. Imura2005-07-291-1/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Some style fixes.Bosko Milekic2003-02-211-10/+10
* Remove the hto(be|le)[slq] and (be|le)toh[slq] macros defined inRobert Drehmel2002-12-161-22/+1
* - Change mb_copy_t to take a size_t as the length argument instead of anJohn Baldwin2002-11-081-1/+1
* Move m_fixhdr() from "mbchain" to "mbuf" where it belongs.Poul-Henning Kamp2002-09-181-2/+0
* Add the following functions/macros to support byte order conversions andThomas Moestl2002-02-271-0/+23
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-8/+8
* Introduce API for sequential reads/writes (build/dissect) of mbuf chains.Boris Popov2001-02-241-0/+155