clean-ups from wnj
[unix-history] / usr / src / sys / netinet / icmp_var.h
index 23249c8..013a46c 100644 (file)
@@ -1,4 +1,4 @@
-/*     icmp_var.h      6.1     83/07/29        */
+/*     icmp_var.h      6.2     83/09/19        */
 
 /*
  * Variables related to this implementation
 
 /*
  * Variables related to this implementation
@@ -11,6 +11,7 @@ struct        icmpstat {
        int     icps_oldicmp;           /* no error 'cuz old was icmp */
        int     icps_outhist[ICMP_IREQREPLY + 1];
 /* statistics related to input messages processed */
        int     icps_oldicmp;           /* no error 'cuz old was icmp */
        int     icps_outhist[ICMP_IREQREPLY + 1];
 /* statistics related to input messages processed */
+       int     icps_badcode;           /* icmp_code out of range */
        int     icps_tooshort;          /* packet < ICMP_MINLEN */
        int     icps_checksum;          /* bad checksum */
        int     icps_badlen;            /* calculated bound mismatch */
        int     icps_tooshort;          /* packet < ICMP_MINLEN */
        int     icps_checksum;          /* bad checksum */
        int     icps_badlen;            /* calculated bound mismatch */