/src/usr.bin/systat/ |
icmp.c | 66 static uint64_t oldstat[ICMP_NSTATS]; variable in typeref:typename:uint64_t[] 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) [all...] |
ip.c | 68 static struct mystat oldstat; variable in typeref:struct:mystat 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]) [all...] |
ip6.c | 62 static uint64_t oldstat[IP6_NSTATS]; variable in typeref:typename:uint64_t[] 195 xADJINETCTR(curstat, oldstat, newstat, i); 198 memcpy(oldstat, newstat, sizeof(oldstat)); 205 memset(oldstat, 0, sizeof(oldstat)); 214 memcpy(oldstat, newstat, sizeof(oldstat)); 224 memcpy(oldstat, newstat, sizeof(oldstat)); [all...] |
tcp.c | 65 static uint64_t oldstat[TCP_NSTATS]; variable in typeref:typename:uint64_t[] 224 xADJINETCTR(curstat, oldstat, newstat, i); 227 memcpy(oldstat, newstat, sizeof(oldstat)); 234 memset(oldstat, 0, sizeof(oldstat)); 243 memcpy(oldstat, newstat, sizeof(oldstat)); 253 memcpy(oldstat, newstat, sizeof(oldstat)); [all...] |