Searched refs:oldstat (Results 1 – 7 of 7) sorted by relevance
/freebsd/usr.bin/systat/ |
H A D | icmp.c | 56 static struct icmpstat icmpstat, initstat, oldstat; variable 136 sub = &oldstat; in domode() 140 sub = &oldstat; in domode() 238 oldstat = initstat; in initicmp() 257 oldstat = initstat; in reseticmp() 266 oldstat = icmpstat; in fetchicmp()
|
H A D | icmp6.c | 55 static struct icmp6stat icmp6stat, initstat, oldstat; variable 136 sub = &oldstat; in domode() 140 sub = &oldstat; in domode() 236 oldstat = initstat; in initicmp6() 255 oldstat = initstat; in reseticmp6() 264 oldstat = icmp6stat; in fetchicmp6()
|
H A D | ip6.c | 58 static struct ip6stat curstat, initstat, oldstat; variable 141 sub = &oldstat; in domode() 145 sub = &oldstat; in domode() 259 oldstat = initstat; in initip6() 279 oldstat = initstat; in resetip6() 288 oldstat = curstat; in fetchip6()
|
H A D | tcp.c | 56 static struct tcpstat curstat, initstat, oldstat; variable 141 sub = &oldstat; in domode() 145 sub = &oldstat; in domode() 282 oldstat = initstat; in inittcp() 301 oldstat = initstat; in resettcp() 310 oldstat = curstat; in fetchtcp()
|
H A D | ip.c | 64 static struct stat curstat, initstat, oldstat; variable 145 sub = &oldstat; in domode() 149 sub = &oldstat; in domode() 286 oldstat = initstat; in initip() 312 oldstat = initstat; in resetip() 321 oldstat = curstat; in fetchip()
|
H A D | zarc.c | 53 } curstat, initstat, oldstat; variable 115 delta->hits.stat = (curstat.hits.stat - oldstat.hits.stat); \ in domode() 116 delta->misses.stat = (curstat.misses.stat - oldstat.misses.stat); \ in domode() 174 curstat = oldstat = initstat; in initzarc() 234 oldstat = curstat; in fetchzarc()
|
H A D | sctp.c | 45 static struct sctpstat curstat, initstat, oldstat; variable 128 sub = &oldstat; in domode() 132 sub = &oldstat; in domode() 325 oldstat = initstat; in initsctp() 339 oldstat = initstat; in resetsctp() 348 oldstat = curstat; in fetchsctp()
|