Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/netinet/
H A Dicmp6.h657 struct icmp6stat { struct
659 u_quad_t icp6s_error; /* # of calls to icmp6_error */
660 u_quad_t icp6s_canterror; /* no error 'cuz old was icmp */
661 u_quad_t icp6s_toofreq; /* no error 'cuz rate limitation */
662 u_quad_t icp6s_outhist[256];
664 u_quad_t icp6s_badcode; /* icmp6_code out of range */
665 u_quad_t icp6s_tooshort; /* packet < sizeof(struct icmp6_hdr) */
666 u_quad_t icp6s_checksum; /* bad checksum */
667 u_quad_t icp6s_badlen; /* calculated bound mismatch */
668 u_quad_t icp6s_reflect; /* number of responses */
[all …]
/xnu-11417.121.6/bsd/netinet6/
H A Dicmp6.c149 struct icmp6stat icmp6stat; variable