Searched defs:ip6stat (Results 1 – 3 of 3) sorted by relevance
191 struct ip6stat { struct192 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 …]
134 struct ip6stat ip6stat; variable
339 struct ip6stat ip6stat; in ip6_stats() local