Searched defs:icmpstat (Results 1 – 1 of 1) sorted by relevance
22 struct icmpstat { struct24 int icps_error; /* # of calls to icmp_error */25 int icps_oldshort; /* no error 'cuz old ip too short */26 int icps_oldicmp; /* no error 'cuz old was icmp */27 int icps_outhist[ICMP_MAXTYPE + 1];29 int icps_badcode; /* icmp_code out of range */30 int icps_tooshort; /* packet < ICMP_MINLEN */31 int icps_checksum; /* bad checksum */32 int icps_badlen; /* calculated bound mismatch */33 int icps_reflect; /* number of responses */[all …]