aboutsummaryrefslogtreecommitdiff
path: root/sys/net/iso88025.h
Commit message (Expand)AuthorAgeFilesLines
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-261-2/+2
* Switch cmd argument to u_long. This matches what if_ethersubr.c does andRoman Divacky2009-06-211-1/+1
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-1/+1
* - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than anotherRuslan Ermilov2005-11-111-1/+1
* Add #defines for control fields and address bits.Matthew N. Dodd2005-04-131-0/+28
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Fix whitespace issues.Matthew N. Dodd2003-03-151-20/+20
* Don't strip header from packets before input routine is called.Matthew N. Dodd2003-03-151-2/+1
* iso88025_ifattach() changes:Matthew N. Dodd2003-03-151-1/+4
* - Remove definition of senderr() from iso88025.h.Matthew N. Dodd2003-03-151-1/+0
* use __packed/__aligned rather than GCC-specific __attribute__.Alfred Perlstein2002-09-231-2/+2
* Fix logic inversion bug.Kelly Yancey2002-05-111-2/+2
* Roll my own min() (named ISO88025_MIN() so as to not cause conflicts) soKelly Yancey2002-05-081-2/+4
* Move ISO88025 source routing information into sockaddr_dl's sdl_dataKelly Yancey2002-05-071-0/+9
* - Define payload length constants for 4Mbps and 16Mbps.Matthew N. Dodd2001-03-181-12/+22
* o Replace most magic numbers related to token ring with #definesLarry Lile2000-03-191-24/+34
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Submitted by: Larry LileJulian Elischer1999-03-101-0/+7
* World, I'd like you to meet the first FreeBSD token Ring driver.Julian Elischer1999-02-201-0/+105