Searched defs:udpstat (Results 1 – 2 of 2) sorted by relevance
90 struct udpstat { struct92 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 …]
168 struct udpstat udpstat; /* from udp_var.h */ variable