Home | History | Annotate | Download | only in systat

Lines Matching defs:curstat

53     mvwprintw(wnd, row, col, "%9llu", (unsigned long long)curstat[stat])
64 static uint64_t curstat[ICMP_NSTATS];
126 tin += curstat[ICMP_STAT_INHIST + i];
127 tout += curstat[ICMP_STAT_OUTHIST + i];
130 tin += curstat[ICMP_STAT_BADCODE] + curstat[ICMP_STAT_BADLEN] +
131 curstat[ICMP_STAT_CHECKSUM] + curstat[ICMP_STAT_TOOSHORT];
169 xADJINETCTR(curstat, oldstat, newstat, ICMP_STAT_BADCODE);
170 xADJINETCTR(curstat, oldstat, newstat, ICMP_STAT_BADLEN);
171 xADJINETCTR(curstat, oldstat, newstat, ICMP_STAT_CHECKSUM);
172 xADJINETCTR(curstat, oldstat, newstat, ICMP_STAT_TOOSHORT);
173 xADJINETCTR(curstat, oldstat, newstat, ICMP_STAT_ERROR);
174 xADJINETCTR(curstat, oldstat, newstat, ICMP_STAT_OLDSHORT);
175 xADJINETCTR(curstat, oldstat, newstat, ICMP_STAT_OLDICMP);
176 xADJINETCTR(curstat, oldstat, newstat, ICMP_STAT_REFLECT);
179 xADJINETCTR(curstat, oldstat, newstat, ICMP_STAT_INHIST + i);
180 xADJINETCTR(curstat, oldstat, newstat, ICMP_STAT_OUTHIST + i);