/external/qemu/slirp/ |
icmp_var.h | 40 struct icmpstat { struct 64 extern struct icmpstat icmpstat;
|
ip_icmp.c | 37 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.icps_reflect++) [all...] |
debug.c | 263 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/ |
icmp_var.h | 40 struct icmpstat { struct 64 extern struct icmpstat icmpstat;
|
ip_icmp.c | 38 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.icps_reflect++) [all...] |
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);
|