Searched refs:icmpstat (Results 1 – 3 of 3) sorted by relevance
41 struct icmpstat icmpstat; variable87 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++;
44 struct icmpstat { struct67 extern struct icmpstat icmpstat; argument
262 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()