convert interfaces to sockaddr's and add hooks for routing
[unix-history] / usr / src / sys / vax / if / if_en.h
index 7cf6a1b..0a93d59 100644 (file)
@@ -1,4 +1,4 @@
-/*     if_en.h 4.2     81/12/02        */
+/*     if_en.h 4.3     81/12/03        */
 
 /*
  * Structure of a Ethernet header.
 
 /*
  * Structure of a Ethernet header.
@@ -11,8 +11,8 @@ struct        en_header {
 
 #define        ENPUP_PUPTYPE   0x0400          /* PUP protocol */
 #define        ENPUP_IPTYPE    0x0800          /* IP protocol */
 
 #define        ENPUP_PUPTYPE   0x0400          /* PUP protocol */
 #define        ENPUP_IPTYPE    0x0800          /* IP protocol */
-/*
 
 
+/*
  * The ENPUP_NTRAILER packet types starting at ENPUP_TRAIL have
  * (type-ENPUP_TRAIL)*512 bytes of data followed
  * by a PUP type (as given above) and then the (variable-length) header.
  * The ENPUP_NTRAILER packet types starting at ENPUP_TRAIL have
  * (type-ENPUP_TRAIL)*512 bytes of data followed
  * by a PUP type (as given above) and then the (variable-length) header.