Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dip6_var.h183 struct ip6stat { struct
185 uint64_t ip6s_tooshort; /* packet too short */
186 uint64_t ip6s_toosmall; /* not enough data */
191 uint64_t ip6s_forward; /* packets forwarded */
204 uint64_t ip6s_badvers; /* ip6 version != 6 */
206 uint64_t ip6s_badscope; /* scope error */
210 uint64_t ip6s_m1; /* one mbuf */
213 uint64_t ip6s_mext1; /* one ext mbuf */
216 uint64_t ip6s_nogif; /* no match gif found */
227 uint64_t ip6s_sources_none;
[all …]
/f-stack/tools/compat/include/netinet6/
H A Dip6_var.h183 struct ip6stat { struct
185 uint64_t ip6s_tooshort; /* packet too short */
186 uint64_t ip6s_toosmall; /* not enough data */
191 uint64_t ip6s_forward; /* packets forwarded */
204 uint64_t ip6s_badvers; /* ip6 version != 6 */
206 uint64_t ip6s_badscope; /* scope error */
210 uint64_t ip6s_m1; /* one mbuf */
213 uint64_t ip6s_mext1; /* one ext mbuf */
216 uint64_t ip6s_nogif; /* no match gif found */
227 uint64_t ip6s_sources_none;
[all …]
/f-stack/tools/netstat/
H A Dinet6.c361 struct ip6stat ip6stat; in ip6_stats() local