Latest fixes from Nesheim@cornell
[unix-history] / usr / src / sys / vax / if / if_en.h
index 1de0779..d9475f7 100644 (file)
@@ -1,4 +1,10 @@
-/*     if_en.h 4.4     83/05/10        */
+/*
+ * Copyright (c) 1982 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)if_en.h     6.3 (Berkeley) %G%
+ */
 
 /*
  * Structure of a Ethernet header.
 
 /*
  * Structure of a Ethernet header.
@@ -20,3 +26,5 @@ struct        en_header {
  */
 #define        ENTYPE_TRAIL    0x1000          /* Trailer type */
 #define        ENTYPE_NTRAILER 16
  */
 #define        ENTYPE_TRAIL    0x1000          /* Trailer type */
 #define        ENTYPE_NTRAILER 16
+
+#define EN_BROADCAST   0               /* Hardware broadcast address */