Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dicmp6.h672 struct icmp6stat { struct
674 u_quad_t icp6s_error; /* # of calls to icmp6_error */
675 u_quad_t icp6s_canterror; /* no error 'cuz old was icmp */
676 u_quad_t icp6s_toofreq; /* no error 'cuz rate limitation */
677 u_quad_t icp6s_outhist[256];
679 u_quad_t icp6s_badcode; /* icmp6_code out of range */
680 u_quad_t icp6s_tooshort; /* packet < sizeof(struct icmp6_hdr) */
681 u_quad_t icp6s_checksum; /* bad checksum */
682 u_quad_t icp6s_badlen; /* calculated bound mismatch */
683 u_quad_t icp6s_reflect; /* number of responses */
[all …]
/xnu-12377.1.9/bsd/netinet6/
H A Dicmp6.c150 struct icmp6stat icmp6stat; variable