HomeSort by relevance Sort by last modified time
    Searched refs:udpstat (Results 1 - 6 of 6) sorted by null

  /external/qemu/slirp/
udp.h 71 struct udpstat { struct
93 extern struct udpstat udpstat;
debug.c 250 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);
udp.c 45 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/
udp.h 72 struct udpstat { struct
92 extern struct udpstat udpstat;
debug.c 246 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);
udp.c 47 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 29 milliseconds