Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet/
H A Dicmp_var.h75 struct icmpstat { struct
77 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 …]
H A Dip_icmp.c116 struct icmpstat icmpstat; variable