HomeSort by relevance Sort by last modified time
    Searched refs:icps_tooshort (Results 1 - 6 of 6) sorted by null

  /external/qemu/slirp/
icmp_var.h 43 u_long icps_tooshort; /* packet < ICMP_MINLEN */ member in struct:icmpstat
debug.c 264 lprint(" %6d were too short\r\n", icmpstat.icps_tooshort);
ip_icmp.c 89 STAT(icmpstat.icps_tooshort++);
  /external/qemu/slirp-android/
icmp_var.h 43 u_long icps_tooshort; /* packet < ICMP_MINLEN */ member in struct:icmpstat
debug.c 260 lprint(" %6d were too short\r\n", icmpstat.icps_tooshort);
ip_icmp.c 90 STAT(icmpstat.icps_tooshort++);

Completed in 159 milliseconds