Home
last modified time | relevance | path

Searched refs:icmpstat (Results 1 – 3 of 3) sorted by relevance

/external/qemu/slirp2/
Dip_icmp.c41 struct icmpstat icmpstat; variable
87 icmpstat.icps_received++;
94 icmpstat.icps_tooshort++;
104 icmpstat.icps_checksum++;
175 icmpstat.icps_notsupp++;
180 icmpstat.icps_badtype++;
319 icmpstat.icps_reflect++;
376 icmpstat.icps_reflect++;
Dicmp_var.h44 struct icmpstat { struct
67 extern struct icmpstat icmpstat; argument
Ddebug.c262 lprint(" %6d ICMP packets received\r\n", icmpstat.icps_received); in icmpstats()
263 lprint(" %6d were too short\r\n", icmpstat.icps_tooshort); in icmpstats()
264 lprint(" %6d with bad checksums\r\n", icmpstat.icps_checksum); in icmpstats()
265 lprint(" %6d with type not supported\r\n", icmpstat.icps_notsupp); in icmpstats()
266 lprint(" %6d with bad type feilds\r\n", icmpstat.icps_badtype); in icmpstats()
267 lprint(" %6d ICMP packets sent in reply\r\n", icmpstat.icps_reflect); in icmpstats()