Home
last modified time | relevance | path

Searched defs:icmpstat (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Dicmp_var.h21 struct icmpstat { struct
23 int icps_error; /* # of calls to icmp_error */
24 int icps_oldshort; /* no error 'cuz old ip too short */
25 int icps_oldicmp; /* no error 'cuz old was icmp */
26 int icps_outhist[ICMP_MAXTYPE + 1];
28 int icps_badcode; /* icmp_code out of range */
29 int icps_tooshort; /* packet < ICMP_MINLEN */
30 int icps_checksum; /* bad checksum */
31 int icps_badlen; /* calculated bound mismatch */
32 int icps_reflect; /* number of responses */
[all …]