Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dicmp6.h646 struct icmp6stat { struct
648 u_quad_t icp6s_error; /* # of calls to icmp6_error */
649 u_quad_t icp6s_canterror; /* no error 'cuz old was icmp */
650 u_quad_t icp6s_toofreq; /* no error 'cuz rate limitation */
651 u_quad_t icp6s_outhist[256];
653 u_quad_t icp6s_badcode; /* icmp6_code out of range */
654 u_quad_t icp6s_tooshort; /* packet < sizeof(struct icmp6_hdr) */
655 u_quad_t icp6s_checksum; /* bad checksum */
656 u_quad_t icp6s_badlen; /* calculated bound mismatch */
657 u_quad_t icp6s_reflect; /* number of responses */
[all …]
/xnu-8020.101.4/bsd/netinet6/
H A Dicmp6.c147 struct icmp6stat icmp6stat; variable