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

  /external/qemu/slirp/
ip.h 262 u_long ips_tooshort; /* packet too short */ member in struct:ipstat
debug.c 143 lprint(" %6d with length too short (len < sizeof(iphdr))\r\n", ipstat.ips_tooshort);
ip_input.c 132 STAT(ipstat.ips_tooshort++);
  /external/qemu/slirp-android/
ip.h 264 u_long ips_tooshort; /* packet too short */ member in struct:ipstat
debug.c 141 lprint(" %6d with length too short (len < sizeof(iphdr))\r\n", ipstat.ips_tooshort);
ip_input.c 132 STAT(ipstat.ips_tooshort++);

Completed in 281 milliseconds