Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet/
Dip_var.h99 struct ipstat { struct
100 uint64_t ips_total; /* total packets received */
101 uint64_t ips_badsum; /* checksum bad */
102 uint64_t ips_tooshort; /* packet too short */
103 uint64_t ips_toosmall; /* not enough data */
104 uint64_t ips_badhlen; /* ip header length < data size */
105 uint64_t ips_badlen; /* ip length < ip header length */
106 uint64_t ips_fragments; /* fragments received */
107 uint64_t ips_fragdropped; /* frags dropped (dups, out of space) */
108 uint64_t ips_fragtimeout; /* fragments timed out */
[all …]
/freebsd-10-stable/contrib/bsnmp/snmp_mibII/
DmibII_ip.c41 static struct ipstat ipstat; variable
/freebsd-10-stable/contrib/unbound/compat/
Dgetentropy_osx.c235 struct ipstat ipstat; in getentropy_fallback() local
/freebsd-10-stable/contrib/netbsd-tests/net/icmp/
Dt_ping.c343 uint64_t ipstat[IP_NSTATS]; in ATF_TC_BODY() local
/freebsd-10-stable/usr.bin/netstat/
Dinet.c841 struct ipstat ipstat; in ip_stats() local