patch-2.4.22 linux-2.4.22/include/linux/if_arcnet.h
Next file: linux-2.4.22/include/linux/if_bonding.h
Previous file: linux-2.4.22/include/linux/ide.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
2003-08-25 04:44:44.000000000 -0700
- Orig file:
linux-2.4.21/include/linux/if_arcnet.h
- Orig date:
2000-12-11 12:59:27.000000000 -0800
diff -urN linux-2.4.21/include/linux/if_arcnet.h linux-2.4.22/include/linux/if_arcnet.h
@@ -25,6 +25,7 @@
/* RFC1201 Protocol ID's */
#define ARC_P_IP 212 /* 0xD4 */
+#define ARC_P_IPV6 196 /* 0xC4: RFC2497 */
#define ARC_P_ARP 213 /* 0xD5 */
#define ARC_P_RARP 214 /* 0xD6 */
#define ARC_P_IPX 250 /* 0xFA */
@@ -45,6 +46,9 @@
#define ARC_P_LANSOFT 251 /* 0xFB - what is this? */
#define ARC_P_ATALK 0xDD
+/* Hardware address length */
+#define ARCNET_ALEN 1
+
/*
* The RFC1201-specific components of an arcnet packet header.
*/
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)