Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_var.h103 struct ipstat { struct
104 uint64_t ips_total; /* total packets received */
105 uint64_t ips_badsum; /* checksum bad */
106 uint64_t ips_tooshort; /* packet too short */
107 uint64_t ips_toosmall; /* not enough data */
109 uint64_t ips_badlen; /* ip length < ip header length */
110 uint64_t ips_fragments; /* fragments received */
112 uint64_t ips_fragtimeout; /* fragments timed out */
113 uint64_t ips_forward; /* packets forwarded */
114 uint64_t ips_fastforward; /* packets fast forwarded */
[all …]
/f-stack/freebsd/netinet/
H A Dip_var.h103 struct ipstat { struct
104 uint64_t ips_total; /* total packets received */
105 uint64_t ips_badsum; /* checksum bad */
106 uint64_t ips_tooshort; /* packet too short */
107 uint64_t ips_toosmall; /* not enough data */
109 uint64_t ips_badlen; /* ip length < ip header length */
110 uint64_t ips_fragments; /* fragments received */
112 uint64_t ips_fragtimeout; /* fragments timed out */
113 uint64_t ips_forward; /* packets forwarded */
114 uint64_t ips_fastforward; /* packets fast forwarded */
[all …]
/f-stack/tools/netstat/
H A Dinet.c1010 struct ipstat ipstat; in ip_stats() local