]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/if_types.h
xnu-792.tar.gz
[apple/xnu.git] / bsd / net / if_types.h
index befa53907ce4f4a4ddffcdc12943c985293bc762..282c0f8110bcc1a1cd7cf8940c23cf1f478fc4c7 100644 (file)
@@ -63,6 +63,8 @@
  * Interface types for benefit of parsing media address headers.
  * This list is derived from the SNMP list of ifTypes, currently
  * documented in RFC1573.
+ * The current list of assignments is maintained at:
+ *     http://www.iana.org/assignments/smi-numbers
  */
 
 #define        IFT_OTHER       0x1             /* none of the following */
 #define        IFT_FAITH       0x38            /*0xf2*/
 #define        IFT_STF         0x39            /*0xf3*/
 #define        IFT_L2VLAN      0x87            /* Layer 2 Virtual LAN using 802.1Q */
-
+#define IFT_IEEE8023ADLAG 0x88         /* IEEE802.3ad Link Aggregate */
 #define        IFT_IEEE1394    0x90            /* IEEE1394 High Performance SerialBus*/
 
+/*
+ * These are not based on IANA assignments:
+ * Note: IFT_STF has a defined ifType: 0xd7 (215), but we use 0x39.
+ */
+#define        IFT_GIF         0x37            /*0xf0*/
+#define        IFT_FAITH       0x38            /*0xf2*/
+#define        IFT_STF         0x39            /*0xf3*/
 #endif