new timeofday and interval timer stuff; itimers need testing
[unix-history] / usr / src / sys / netinet / ip_var.h
index 9b6e6b5..337a18a 100644 (file)
@@ -1,4 +1,4 @@
-/*     ip_var.h        4.3     81/11/18        */
+/*     ip_var.h        4.5     81/12/02        */
 
 /*
  * Overlay for ip header used by other protocols (tcp, udp).
 
 /*
  * Overlay for ip header used by other protocols (tcp, udp).
@@ -46,7 +46,8 @@ struct        ipasfrag {
 };
 
 struct ipstat {
 };
 
 struct ipstat {
-       int     ips_badsum;
+       int     ips_badsum;             /* checksum bad */
+       int     ips_tooshort;           /* packet too short */
 };
 
 #ifdef KERNEL
 };
 
 #ifdef KERNEL