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

/external/qemu/slirp/
H A Dudp.h73 u_long udps_ipackets; /* total input packets */ member in struct:udpstat
H A Ddebug.c250 lprint(" %6d datagrams received\r\n", udpstat.udps_ipackets);
H A Dudp.c88 STAT(udpstat.udps_ipackets++);
/external/qemu/slirp-android/
H A Dudp.h75 u_long udps_ipackets; /* total input packets */ member in struct:udpstat
H A Ddebug.c246 lprint(" %6d datagrams received\r\n", udpstat.udps_ipackets);
H A Dudp.c90 STAT(udpstat.udps_ipackets++);

Completed in 70 milliseconds