date and time created 82/12/16 14:38:25 by sam
[unix-history] / usr / src / sys / netinet / ip_var.h
index 337a18a..e33ba2d 100644 (file)
@@ -1,4 +1,4 @@
-/*     ip_var.h        4.5     81/12/02        */
+/*     ip_var.h        4.6     82/11/13        */
 
 /*
  * Overlay for ip header used by other protocols (tcp, udp).
 
 /*
  * Overlay for ip header used by other protocols (tcp, udp).
@@ -30,6 +30,8 @@ struct ipq {
 
 /*
  * Ip header, when holding a fragment.
 
 /*
  * Ip header, when holding a fragment.
+ *
+ * Note: ipf_next must be at same offset as ipq_next above
  */
 struct ipasfrag {
        u_char  ip_hl:4,
  */
 struct ipasfrag {
        u_char  ip_hl:4,