Searched refs:udpstat (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dudp.h120 extern struct udpstat udpstat;
H A Ddebug.c206 lprint(" %6d datagrams received\n", udpstat.udps_ipackets);
207 lprint(" %6d with packets shorter than header\n", udpstat.udps_hdrops);
208 lprint(" %6d with bad checksums\n", udpstat.udps_badsum);
209 lprint(" %6d with data length larger than packet\n", udpstat.udps_badlen);
210 lprint(" %6d UDP socket cache misses\n", udpstat.udpps_pcbcachemiss);
211 lprint(" %6d datagrams sent\n", udpstat.udps_opackets);
H A Dudp.c101 udpstat.udps_ipackets++;
132 udpstat.udps_badlen++;
163 udpstat.udps_badsum++;
245 udpstat.udpps_pcbcachemiss++;
445 udpstat.udps_opackets++;
H A Dslirp_state.h180 struct udpstat_t udpstat; member in struct:NATState
406 #define udpstat pData->udpstat macro

Completed in 563 milliseconds