Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dicmp6.h586 struct icmp6stat { struct
588 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 …]
/freebsd/usr.bin/systat/
H A Dicmp6.c55 static struct icmp6stat icmp6stat, initstat, oldstat; variable
/freebsd/usr.bin/netstat/
H A Dinet6.c941 struct icmp6stat icmp6stat; in icmp6_stats() local