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

  /external/qemu/slirp/
debug.c 140 ipstat.ips_total, ipstat.ips_unaligned);
141 lprint(" %6d with incorrect version\r\n", ipstat.ips_badvers);
142 lprint(" %6d with bad header checksum\r\n", ipstat.ips_badsum);
143 lprint(" %6d with length too short (len < sizeof(iphdr))\r\n", ipstat.ips_tooshort);
144 lprint(" %6d with length too small (len < ip->len)\r\n", ipstat.ips_toosmall);
145 lprint(" %6d with bad header length\r\n", ipstat.ips_badhlen);
146 lprint(" %6d with bad packet length\r\n", ipstat.ips_badlen);
147 lprint(" %6d fragments received\r\n", ipstat.ips_fragments);
148 lprint(" %6d fragments dropped\r\n", ipstat.ips_fragdropped)
    [all...]
ip_output.c 81 STAT(ipstat.ips_localout++);
113 STAT(ipstat.ips_cantfrag++);
138 STAT(ipstat.ips_odropped++);
171 STAT(ipstat.ips_ofragments++);
194 STAT(ipstat.ips_fragmented++);
ip_input.c 46 struct ipstat ipstat; variable in typeref:struct:ipstat
85 STAT(ipstat.ips_total++);
88 STAT(ipstat.ips_toosmall++);
95 STAT(ipstat.ips_badvers++);
101 STAT(ipstat.ips_badhlen++); /* or packet too short */
110 STAT(ipstat.ips_badsum++);
119 STAT(ipstat.ips_badlen++);
132 STAT(ipstat.ips_tooshort++);
222 STAT(ipstat.ips_fragments++)
    [all...]
ip.h 259 struct ipstat { struct
287 extern struct ipstat ipstat;
  /external/qemu/slirp-android/
debug.c 138 ipstat.ips_total, ipstat.ips_unaligned);
139 lprint(" %6d with incorrect version\r\n", ipstat.ips_badvers);
140 lprint(" %6d with bad header checksum\r\n", ipstat.ips_badsum);
141 lprint(" %6d with length too short (len < sizeof(iphdr))\r\n", ipstat.ips_tooshort);
142 lprint(" %6d with length too small (len < ip->len)\r\n", ipstat.ips_toosmall);
143 lprint(" %6d with bad header length\r\n", ipstat.ips_badhlen);
144 lprint(" %6d with bad packet length\r\n", ipstat.ips_badlen);
145 lprint(" %6d fragments received\r\n", ipstat.ips_fragments);
146 lprint(" %6d fragments dropped\r\n", ipstat.ips_fragdropped)
    [all...]
ip_output.c 81 STAT(ipstat.ips_localout++);
113 STAT(ipstat.ips_cantfrag++);
138 STAT(ipstat.ips_odropped++);
171 STAT(ipstat.ips_ofragments++);
194 STAT(ipstat.ips_fragmented++);
ip_input.c 46 struct ipstat ipstat; variable in typeref:struct:ipstat
85 STAT(ipstat.ips_total++);
88 STAT(ipstat.ips_toosmall++);
95 STAT(ipstat.ips_badvers++);
101 STAT(ipstat.ips_badhlen++); /* or packet too short */
110 STAT(ipstat.ips_badsum++);
119 STAT(ipstat.ips_badlen++);
132 STAT(ipstat.ips_tooshort++);
222 STAT(ipstat.ips_fragments++)
    [all...]
ip.h 261 struct ipstat { struct
289 extern struct ipstat ipstat;

Completed in 52 milliseconds