Home
last modified time | relevance | path

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

/freebsd/sys/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 */
108 uint64_t ips_badhlen; /* ip header length < data size */
109 uint64_t ips_badlen; /* ip length < ip header length */
110 uint64_t ips_fragments; /* fragments received */
111 uint64_t ips_fragdropped; /* frags dropped (dups, out of space) */
112 uint64_t ips_fragtimeout; /* fragments timed out */
[all …]
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_ip.c41 static struct ipstat ipstat; variable
/freebsd/contrib/unbound/compat/
H A Dgetentropy_osx.c223 struct ipstat ipstat; in getentropy_fallback() local
/freebsd/contrib/netbsd-tests/net/icmp/
H A Dt_ping.c343 uint64_t ipstat[IP_NSTATS]; in ATF_TC_BODY() local
/freebsd/usr.bin/netstat/
H A Dinet.c1022 struct ipstat ipstat; in ip_stats() local