Searched defs:icmp6stat (Results 1 – 3 of 3) sorted by relevance
586 struct icmp6stat { struct588 uint64_t icp6s_error; /* # of calls to icmp6_error */589 uint64_t icp6s_canterror; /* no error 'cuz old was icmp */590 uint64_t icp6s_toofreq; /* no error 'cuz rate limitation */591 uint64_t icp6s_outhist[256];593 uint64_t icp6s_badcode; /* icmp6_code out of range */594 uint64_t icp6s_tooshort; /* packet < sizeof(struct icmp6_hdr) */595 uint64_t icp6s_checksum; /* bad checksum */596 uint64_t icp6s_badlen; /* calculated bound mismatch */597 uint64_t icp6s_dropped; /* # of packets dropped waiting for a resolution */[all …]
55 static struct icmp6stat icmp6stat, initstat, oldstat; variable
941 struct icmp6stat icmp6stat; in icmp6_stats() local