Searched defs:icmpstat (Results 1 – 2 of 2) sorted by relevance
75 struct icmpstat { struct77 u_int32_t icps_error; /* # of calls to icmp_error */78 u_int32_t icps_oldshort; /* no error 'cuz old ip too short */79 u_int32_t icps_oldicmp; /* no error 'cuz old was icmp */80 u_int32_t icps_outhist[ICMP_MAXTYPE + 1];82 u_int32_t icps_badcode; /* icmp_code out of range */83 u_int32_t icps_tooshort; /* packet < ICMP_MINLEN */84 u_int32_t icps_checksum; /* bad checksum */85 u_int32_t icps_badlen; /* calculated bound mismatch */86 u_int32_t icps_reflect; /* number of responses */[all …]
116 struct icmpstat icmpstat; variable