Searched refs:ipstat (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dip_input.c104 ipstat.ips_total++;
124 ipstat.ips_toosmall++;
131 ipstat.ips_badvers++;
140 ipstat.ips_badhlen++; /* or packet too short */
150 ipstat.ips_badsum++;
160 ipstat.ips_badlen++;
175 ipstat.ips_tooshort++;
230 ipstat.ips_delivered++;
243 ipstat.ips_noproto++;
274 ipstat
[all...]
H A Ddebug.c116 ipstat.ips_total, ipstat.ips_unaligned);
117 lprint(" %6d with incorrect version\n", ipstat.ips_badvers);
118 lprint(" %6d with bad header checksum\n", ipstat.ips_badsum);
119 lprint(" %6d with length too short (len < sizeof(iphdr))\n", ipstat.ips_tooshort);
120 lprint(" %6d with length too small (len < ip->len)\n", ipstat.ips_toosmall);
121 lprint(" %6d with bad header length\n", ipstat.ips_badhlen);
122 lprint(" %6d with bad packet length\n", ipstat.ips_badlen);
123 lprint(" %6d fragments received\n", ipstat.ips_fragments);
124 lprint(" %6d fragments dropped\n", ipstat
[all...]
H A Dip_output.c155 ipstat.ips_localout++;
204 ipstat.ips_cantfrag++;
233 ipstat.ips_odropped++;
277 ipstat.ips_ofragments++;
336 ipstat.ips_fragmented++;
H A Dslirp_state.h124 struct ipstat_t ipstat; member in struct:NATState
369 #define ipstat pData->ipstat macro

Completed in 57 milliseconds