Lines Matching defs:curstat
53 mvwprintw(wnd, row, col, "%9llu", (unsigned long long)curstat.stat)
67 static struct mystat curstat;
138 totalout = curstat.i[IP_STAT_FORWARD] + curstat.i[IP_STAT_LOCALOUT];
198 ADJINETCTR(curstat, oldstat, newstat, i[IP_STAT_TOTAL]);
199 ADJINETCTR(curstat, oldstat, newstat, i[IP_STAT_DELIVERED]);
200 ADJINETCTR(curstat, oldstat, newstat, i[IP_STAT_BADSUM]);
201 ADJINETCTR(curstat, oldstat, newstat, i[IP_STAT_TOOSHORT]);
202 ADJINETCTR(curstat, oldstat, newstat, i[IP_STAT_TOOSMALL]);
203 ADJINETCTR(curstat, oldstat, newstat, i[IP_STAT_BADHLEN]);
204 ADJINETCTR(curstat, oldstat, newstat, i[IP_STAT_BADLEN]);
205 ADJINETCTR(curstat, oldstat, newstat, i[IP_STAT_BADVERS]);
206 ADJINETCTR(curstat, oldstat, newstat, i[IP_STAT_TOOLONG]);
207 ADJINETCTR(curstat, oldstat, newstat, i[IP_STAT_BADOPTIONS]);
208 ADJINETCTR(curstat, oldstat, newstat, i[IP_STAT_LOCALOUT]);
209 ADJINETCTR(curstat, oldstat, newstat, i[IP_STAT_ODROPPED]);
210 ADJINETCTR(curstat, oldstat, newstat, i[IP_STAT_OFRAGMENTS]);
211 ADJINETCTR(curstat, oldstat, newstat, i[IP_STAT_CANTFRAG]);
212 ADJINETCTR(curstat, oldstat, newstat, i[IP_STAT_NOROUTE]);
213 ADJINETCTR(curstat, oldstat, newstat, i[IP_STAT_RAWOUT]);
214 ADJINETCTR(curstat, oldstat, newstat, i[IP_STAT_FRAGMENTS]);
215 ADJINETCTR(curstat, oldstat, newstat, i[IP_STAT_FRAGDROPPED]);
216 ADJINETCTR(curstat, oldstat, newstat, i[IP_STAT_FRAGTIMEOUT]);
217 ADJINETCTR(curstat, oldstat, newstat, i[IP_STAT_REASSEMBLED]);
218 ADJINETCTR(curstat, oldstat, newstat, i[IP_STAT_FORWARD]);
219 ADJINETCTR(curstat, oldstat, newstat, i[IP_STAT_FASTFORWARD]);
220 ADJINETCTR(curstat, oldstat, newstat, i[IP_STAT_CANTFORWARD]);
221 ADJINETCTR(curstat, oldstat, newstat, i[IP_STAT_REDIRECTSENT]);
222 ADJINETCTR(curstat, oldstat, newstat, u[UDP_STAT_OPACKETS]);
223 ADJINETCTR(curstat, oldstat, newstat, u[UDP_STAT_IPACKETS]);
224 ADJINETCTR(curstat, oldstat, newstat, u[UDP_STAT_HDROPS]);
225 ADJINETCTR(curstat, oldstat, newstat, u[UDP_STAT_BADSUM]);
226 ADJINETCTR(curstat, oldstat, newstat, u[UDP_STAT_BADLEN]);
227 ADJINETCTR(curstat, oldstat, newstat, u[UDP_STAT_NOPORT]);
228 ADJINETCTR(curstat, oldstat, newstat, u[UDP_STAT_NOPORTBCAST]);
229 ADJINETCTR(curstat, oldstat, newstat, u[UDP_STAT_FULLSOCK]);