Searched refs:icmpstat (Results 1 – 6 of 6) sorted by relevance
/external/qemu/slirp-android/ |
D | ip_icmp.c | 38 struct icmpstat icmpstat; variable 83 STAT(icmpstat.icps_received++); in icmp_input() 90 STAT(icmpstat.icps_tooshort++); in icmp_input() 100 STAT(icmpstat.icps_checksum++); in icmp_input() 171 STAT(icmpstat.icps_notsupp++); in icmp_input() 176 STAT(icmpstat.icps_badtype++); in icmp_input() 311 STAT(icmpstat.icps_reflect++); in icmp_error() 367 STAT(icmpstat.icps_reflect++); in icmp_reflect()
|
D | icmp_var.h | 40 struct icmpstat { struct 64 extern struct icmpstat icmpstat; argument
|
D | debug.c | 259 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);
|
/external/qemu/slirp/ |
D | ip_icmp.c | 37 struct icmpstat icmpstat; variable 82 STAT(icmpstat.icps_received++); in icmp_input() 89 STAT(icmpstat.icps_tooshort++); in icmp_input() 99 STAT(icmpstat.icps_checksum++); in icmp_input() 169 STAT(icmpstat.icps_notsupp++); in icmp_input() 174 STAT(icmpstat.icps_badtype++); in icmp_input() 309 STAT(icmpstat.icps_reflect++); in icmp_error() 365 STAT(icmpstat.icps_reflect++); in icmp_reflect()
|
D | icmp_var.h | 40 struct icmpstat { struct 64 extern struct icmpstat icmpstat; argument
|
D | debug.c | 263 lprint(" %6d ICMP packets received\r\n", icmpstat.icps_received); in icmpstats() 264 lprint(" %6d were too short\r\n", icmpstat.icps_tooshort); in icmpstats() 265 lprint(" %6d with bad checksums\r\n", icmpstat.icps_checksum); in icmpstats() 266 lprint(" %6d with type not supported\r\n", icmpstat.icps_notsupp); in icmpstats() 267 lprint(" %6d with bad type feilds\r\n", icmpstat.icps_badtype); in icmpstats() 268 lprint(" %6d ICMP packets sent in reply\r\n", icmpstat.icps_reflect); in icmpstats()
|