Deleted Added
full compact
if_mib.h (17871) if_mib.h (20653)
1/*
2 * Copyright 1996 Massachusetts Institute of Technology
3 *
4 * Permission to use, copy, modify, and distribute this software and
5 * its documentation for any purpose and without fee is hereby
6 * granted, provided that both the above copyright notice and this
7 * permission notice appear in all copies, that both the above
8 * copyright notice and this permission notice appear in all

--- 12 unchanged lines hidden (view full) ---

21 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
23 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
26 * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
1/*
2 * Copyright 1996 Massachusetts Institute of Technology
3 *
4 * Permission to use, copy, modify, and distribute this software and
5 * its documentation for any purpose and without fee is hereby
6 * granted, provided that both the above copyright notice and this
7 * permission notice appear in all copies, that both the above
8 * copyright notice and this permission notice appear in all

--- 12 unchanged lines hidden (view full) ---

21 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
23 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
26 * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * $Id: if_mib.h,v 1.1 1996/07/30 19:17:01 wollman Exp $
29 * $Id: if_mib.h,v 1.2 1996/08/28 18:32:19 wollman Exp $
30 */
31
32#ifndef _NET_IF_MIB_H
33#define _NET_IF_MIB_H 1
34
35struct ifmibdata {
36 char ifmd_name[IFNAMSIZ]; /* name of interface */
37 int ifmd_pcount; /* number of promiscuous listeners */

--- 81 unchanged lines hidden (view full) ---

119
120/* Driver writers! Add your vendors here! */
121enum dot3Vendors {
122 dot3VendorAMD = 1,
123 dot3VendorIntel = 2,
124 dot3VendorNational = 4,
125 dot3VendorFujitsu = 5,
126 dot3VendorDigital = 6,
30 */
31
32#ifndef _NET_IF_MIB_H
33#define _NET_IF_MIB_H 1
34
35struct ifmibdata {
36 char ifmd_name[IFNAMSIZ]; /* name of interface */
37 int ifmd_pcount; /* number of promiscuous listeners */

--- 81 unchanged lines hidden (view full) ---

119
120/* Driver writers! Add your vendors here! */
121enum dot3Vendors {
122 dot3VendorAMD = 1,
123 dot3VendorIntel = 2,
124 dot3VendorNational = 4,
125 dot3VendorFujitsu = 5,
126 dot3VendorDigital = 6,
127 dot3VendorWesternDigital = 7,
127 dot3VendorWesternDigital = 7
128};
129
130/* Driver writers! Add your chipsets here! */
131enum {
132 dot3ChipSetAMD7990 = 1,
133 dot3ChipSetAMD79900 = 2,
134 dot3ChipSetAMD79C940 = 3
135};

--- 35 unchanged lines hidden ---
128};
129
130/* Driver writers! Add your chipsets here! */
131enum {
132 dot3ChipSetAMD7990 = 1,
133 dot3ChipSetAMD79900 = 2,
134 dot3ChipSetAMD79C940 = 3
135};

--- 35 unchanged lines hidden ---