Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dudp_var.h90 struct udpstat { struct
92 u_int32_t udps_ipackets; /* total input packets */
93 u_int32_t udps_hdrops; /* packet shorter than header */
94 u_int32_t udps_badsum; /* checksum error */
95 u_int32_t udps_badlen; /* data length larger than packet */
96 u_int32_t udps_noport; /* no socket on port */
97 u_int32_t udps_noportbcast; /* of above, arrived as broadcast */
98 u_int32_t udps_fullsock; /* not delivered, input socket full */
99 u_int32_t udpps_pcbcachemiss; /* input packets missing pcb cache */
100 u_int32_t udpps_pcbhashmiss; /* input packets not for hashed pcb */
[all …]
H A Dudp_usrreq.c168 struct udpstat udpstat; /* from udp_var.h */ variable