Home
last modified time | relevance | path

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

/dflybsd-src/sys/netinet6/
H A Dip6_var.h191 struct ip6stat { struct
192 u_quad_t ip6s_total; /* total packets received */
193 u_quad_t ip6s_tooshort; /* packet too short */
194 u_quad_t ip6s_toosmall; /* not enough data */
195 u_quad_t ip6s_fragments; /* fragments received */
196 u_quad_t ip6s_fragdropped; /* frags dropped(dups, out of space) */
197 u_quad_t ip6s_fragtimeout; /* fragments timed out */
198 u_quad_t ip6s_fragoverflow; /* fragments that exceeded limit */
199 u_quad_t ip6s_forward; /* packets forwarded */
200 u_quad_t ip6s_cantforward; /* packets rcvd for unreachable dest */
[all …]
H A Dip6_input.c134 struct ip6stat ip6stat; variable
/dflybsd-src/usr.bin/netstat/
H A Dinet6.c339 struct ip6stat ip6stat; in ip6_stats() local