Searched defs:icmp6stat (Results 1 – 4 of 4) sorted by relevance
592 struct icmp6stat { struct594 u_quad_t icp6s_error; /* # of calls to icmp6_error */595 u_quad_t icp6s_canterror; /* no error 'cuz old was icmp */596 u_quad_t icp6s_toofreq; /* no error 'cuz rate limitation */597 u_quad_t icp6s_outhist[256];599 u_quad_t icp6s_badcode; /* icmp6_code out of range */600 u_quad_t icp6s_tooshort; /* packet < sizeof(struct icmp6_hdr) */601 u_quad_t icp6s_checksum; /* bad checksum */602 u_quad_t icp6s_badlen; /* calculated bound mismatch */607 u_quad_t icp6s_reflect;[all …]
49 static struct icmp6stat icmp6stat, initstat, oldstat; variable
812 struct icmp6stat icmp6stat; in icmp6_stats() local
141 struct icmp6stat icmp6stat; variable