Lines Matching +full:generic +full:- +full:2
1 /*-
41 struct if_data ifmd_data; /* generic information and statistics */
45 * sysctl MIB tags at the net.link.generic level
47 #define IFMIB_SYSTEM 1 /* non-interface-specific */
48 #define IFMIB_IFDATA 2 /* per-interface data table */
51 * MIB tags for the various net.link.generic.ifdata tables
53 #define IFDATA_GENERAL 1 /* generic stats for all kinds of ifaces */
54 #define IFDATA_LINKSPECIFIC 2 /* specific to the type of interface */
58 * MIB tags at the net.link.generic.system level
72 * 2) The fourth level under net.link.<iftype> is <pf>; that is to say,
76 * that needs to have a well-known number.
80 * Link-specific MIB structures for various link types.
105 #define DOT3COMPLIANCE_COLLS 2
110 * However, we don't want to be trying to represent arbitrary-length
122 dot3VendorIntel = 2,
132 dot3ChipSetAMD79900 = 2,
138 dot3ChipSetIntel82596 = 2,
144 dot3ChipSetNationalSonic = 2
153 dot3ChipSetDigitalDC21140 = 2,
161 dot3ChipSetWesternDigital83C790 = 2
163 /* END of Ethernet-link MIB stuff */
166 * Put other types of interface MIBs here, or in interface-specific