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

/vbox/src/VBox/Devices/Network/slirp/
H A Dip_icmp.c373 icmpstat.icps_received++;
382 icmpstat.icps_tooshort++;
391 icmpstat.icps_checksum++;
401 /* icmpstat.icps_inhist[icp->icmp_type]++; */
511 icmpstat.icps_notsupp++;
515 icmpstat.icps_badtype++;
655 icmpstat.icps_reflect++;
709 icmpstat.icps_reflect++;
H A Ddebug.c219 lprint(" %6d ICMP packets received\n", icmpstat.icps_received);
220 lprint(" %6d were too short\n", icmpstat.icps_tooshort);
221 lprint(" %6d with bad checksums\n", icmpstat.icps_checksum);
222 lprint(" %6d with type not supported\n", icmpstat.icps_notsupp);
223 lprint(" %6d with bad type feilds\n", icmpstat.icps_badtype);
224 lprint(" %6d ICMP packets sent in reply\n", icmpstat.icps_reflect);
H A Dslirp_state.h122 struct icmpstat_t icmpstat; member in struct:NATState
367 #define icmpstat pData->icmpstat macro

Completed in 165 milliseconds