2 * Marko Kiiskila carnil@cs.tut.fi
4 * Tampere University of Technology - Telecommunications Laboratory
6 * Permission to use, copy, modify and distribute this
7 * software and its documentation is hereby granted,
8 * provided that both the copyright notice and this
9 * permission notice appear in all copies of the software,
10 * derivative works or modified versions, and any portions
11 * thereof, that both notices appear in supporting
12 * documentation, and that the use of this software is
13 * acknowledged in any publications resulting from using
16 * TUT ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
17 * CONDITION AND DISCLAIMS ANY LIABILITY OF ANY KIND FOR
18 * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS
23 /* $Id: lane.h,v 1.7 2002/12/11 07:13:54 guy Exp $ */
25 #ifndef ETHER_ADDR_LEN
26 #define ETHER_ADDR_LEN 6
29 struct lecdatahdr_8023
{
31 u_int8_t h_dest
[ETHER_ADDR_LEN
];
32 u_int8_t h_source
[ETHER_ADDR_LEN
];
36 struct lane_controlhdr
{