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

/external/qemu/slirp/
H A Dicmp_var.h40 struct icmpstat { struct
64 extern struct icmpstat icmpstat;
H A Dip_icmp.c37 struct icmpstat icmpstat; variable in typeref:struct:icmpstat
82 STAT(icmpstat.icps_received++);
89 STAT(icmpstat.icps_tooshort++);
99 STAT(icmpstat.icps_checksum++);
105 /* icmpstat.icps_inhist[icp->icmp_type]++; */
169 STAT(icmpstat.icps_notsupp++);
174 STAT(icmpstat.icps_badtype++);
309 STAT(icmpstat.icps_reflect++);
365 STAT(icmpstat
[all...]
H A Ddebug.c263 lprint(" %6d ICMP packets received\r\n", icmpstat.icps_received);
264 lprint(" %6d were too short\r\n", icmpstat.icps_tooshort);
265 lprint(" %6d with bad checksums\r\n", icmpstat.icps_checksum);
266 lprint(" %6d with type not supported\r\n", icmpstat.icps_notsupp);
267 lprint(" %6d with bad type feilds\r\n", icmpstat.icps_badtype);
268 lprint(" %6d ICMP packets sent in reply\r\n", icmpstat.icps_reflect);
/external/qemu/slirp-android/
H A Dicmp_var.h40 struct icmpstat { struct
64 extern struct icmpstat icmpstat;
H A Dip_icmp.c38 struct icmpstat icmpstat; variable in typeref:struct:icmpstat
83 STAT(icmpstat.icps_received++);
90 STAT(icmpstat.icps_tooshort++);
100 STAT(icmpstat.icps_checksum++);
106 /* icmpstat.icps_inhist[icp->icmp_type]++; */
171 STAT(icmpstat.icps_notsupp++);
176 STAT(icmpstat.icps_badtype++);
311 STAT(icmpstat.icps_reflect++);
367 STAT(icmpstat
[all...]
H A Ddebug.c259 lprint(" %6d ICMP packets received\r\n", icmpstat.icps_received);
260 lprint(" %6d were too short\r\n", icmpstat.icps_tooshort);
261 lprint(" %6d with bad checksums\r\n", icmpstat.icps_checksum);
262 lprint(" %6d with type not supported\r\n", icmpstat.icps_notsupp);
263 lprint(" %6d with bad type feilds\r\n", icmpstat.icps_badtype);
264 lprint(" %6d ICMP packets sent in reply\r\n", icmpstat.icps_reflect);

Completed in 93 milliseconds