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

/external/qemu/slirp/
H A Dudp.h71 struct udpstat { struct
93 extern struct udpstat udpstat;
H A Ddebug.c250 lprint(" %6d datagrams received\r\n", udpstat.udps_ipackets);
251 lprint(" %6d with packets shorter than header\r\n", udpstat.udps_hdrops);
252 lprint(" %6d with bad checksums\r\n", udpstat.udps_badsum);
253 lprint(" %6d with data length larger than packet\r\n", udpstat.udps_badlen);
254 lprint(" %6d UDP socket cache misses\r\n", udpstat.udpps_pcbcachemiss);
255 lprint(" %6d datagrams sent\r\n", udpstat.udps_opackets);
H A Dudp.c45 struct udpstat udpstat; variable in typeref:struct:udpstat
88 STAT(udpstat.udps_ipackets++);
115 STAT(udpstat.udps_badlen++);
141 STAT(udpstat.udps_badsum++);
185 STAT(udpstat.udpps_pcbcachemiss++);
303 STAT(udpstat.udps_opackets++);
/external/qemu/slirp-android/
H A Dudp.h72 struct udpstat { struct
92 extern struct udpstat udpstat;
H A Ddebug.c246 lprint(" %6d datagrams received\r\n", udpstat.udps_ipackets);
247 lprint(" %6d with packets shorter than header\r\n", udpstat.udps_hdrops);
248 lprint(" %6d with bad checksums\r\n", udpstat.udps_badsum);
249 lprint(" %6d with data length larger than packet\r\n", udpstat.udps_badlen);
250 lprint(" %6d UDP socket cache misses\r\n", udpstat.udpps_pcbcachemiss);
251 lprint(" %6d datagrams sent\r\n", udpstat.udps_opackets);
H A Dudp.c47 struct udpstat udpstat; variable in typeref:struct:udpstat
95 STAT(udpstat.udps_ipackets++);
122 STAT(udpstat.udps_badlen++);
179 STAT(udpstat.udps_badsum++);
235 STAT(udpstat.udpps_pcbcachemiss++);
358 STAT(udpstat.udps_opackets++);

Completed in 246 milliseconds