Searched defs:icmpstat (Results 1 – 4 of 4) sorted by relevance
55 struct icmpstat { struct57 u_long icps_error; /* # of calls to icmp_error */58 u_long icps_oldshort; /* no error 'cuz old ip too short */59 u_long icps_oldicmp; /* no error 'cuz old was icmp */60 u_long icps_outhist[ICMP_MAXTYPE + 1];62 u_long icps_badcode; /* icmp_code out of range */63 u_long icps_tooshort; /* packet < ICMP_MINLEN */64 u_long icps_checksum; /* bad checksum */65 u_long icps_badlen; /* calculated bound mismatch */66 u_long icps_reflect; /* number of responses */[all …]
70 struct icmpstat icmpstat; variable
52 static struct icmpstat icmpstat, initstat, oldstat; variable
779 struct icmpstat icmpstat, zerostat; in icmp_stats() local