if_ether.h (e758936e02700ff88a0b08b722a3847b95283ef2) | if_ether.h (113aa838ec3a235d883f8357d31d90e16c47fc89) |
---|---|
1/* 2 * INET An implementation of the TCP/IP protocol suite for the LINUX 3 * operating system. INET is implemented using the BSD Socket 4 * interface as the means of communication with the user level. 5 * 6 * Global definitions for the Ethernet IEEE 802.3 interface. 7 * 8 * Version: @(#)if_ether.h 1.0.1a 02/08/94 9 * 10 * Author: Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> 11 * Donald Becker, <becker@super.org> | 1/* 2 * INET An implementation of the TCP/IP protocol suite for the LINUX 3 * operating system. INET is implemented using the BSD Socket 4 * interface as the means of communication with the user level. 5 * 6 * Global definitions for the Ethernet IEEE 802.3 interface. 7 * 8 * Version: @(#)if_ether.h 1.0.1a 02/08/94 9 * 10 * Author: Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> 11 * Donald Becker, <becker@super.org> |
12 * Alan Cox, <alan@redhat.com> | 12 * Alan Cox, <alan@lxorguk.ukuu.org.uk> |
13 * Steve Whitehouse, <gw7rrm@eeshack3.swan.ac.uk> 14 * 15 * This program is free software; you can redistribute it and/or 16 * modify it under the terms of the GNU General Public License 17 * as published by the Free Software Foundation; either version 18 * 2 of the License, or (at your option) any later version. 19 */ 20 --- 125 unchanged lines hidden --- | 13 * Steve Whitehouse, <gw7rrm@eeshack3.swan.ac.uk> 14 * 15 * This program is free software; you can redistribute it and/or 16 * modify it under the terms of the GNU General Public License 17 * as published by the Free Software Foundation; either version 18 * 2 of the License, or (at your option) any later version. 19 */ 20 --- 125 unchanged lines hidden --- |