Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dicmp6.h592 struct icmp6stat { struct
594 u_quad_t icp6s_error; /* # of calls to icmp6_error */
597 u_quad_t icp6s_outhist[256];
601 u_quad_t icp6s_checksum; /* bad checksum */
607 u_quad_t icp6s_reflect;
608 u_quad_t icp6s_inhist[256];
610 struct icmp6errstat icp6s_outerrhist;
629 u_quad_t icp6s_pmtuchg; /* path MTU changes */
630 u_quad_t icp6s_nd_badopt; /* bad ND options */
633 u_quad_t icp6s_badrs; /* bad router advertisement */
[all …]
/dragonfly/usr.bin/systat/
H A Dicmp6.c49 static struct icmp6stat icmp6stat, initstat, oldstat; variable
/dragonfly/usr.bin/netstat/
H A Dinet6.c812 struct icmp6stat icmp6stat; in icmp6_stats() local
/dragonfly/sys/netinet6/
H A Dicmp6.c141 struct icmp6stat icmp6stat; variable