Home
last modified time | relevance | path

Searched defs:udpstat (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dudp_var.h73 struct udpstat { struct
75 uint64_t udps_ipackets; /* total input packets */
76 uint64_t udps_hdrops; /* packet shorter than header */
77 uint64_t udps_badsum; /* checksum error */
78 uint64_t udps_nosum; /* no checksum */
79 uint64_t udps_badlen; /* data length larger than packet */
80 uint64_t udps_noport; /* no socket on port */
81 uint64_t udps_noportbcast; /* of above, arrived as broadcast */
82 uint64_t udps_fullsock; /* not delivered, input socket full */
83 uint64_t udpps_pcbcachemiss; /* input packets missing pcb cache */
[all …]
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_udp.c47 static struct udpstat udpstat; variable
/freebsd/contrib/unbound/compat/
H A Dgetentropy_osx.c222 struct udpstat udpstat; in getentropy_fallback() local
/freebsd/usr.bin/netstat/
H A Dinet.c906 struct udpstat udpstat; in udp_stats() local