Home
last modified time | relevance | path

Searched refs:sumstats (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c182 struct ifstat *newstats, struct ifstat *sumstats);
2593 struct ifstat *sumstats) in if_stat_total() argument
2595 sumstats->ipackets += newstats->ipackets - oldstats->ipackets; in if_stat_total()
2596 sumstats->opackets += newstats->opackets - oldstats->opackets; in if_stat_total()
2597 sumstats->ierrors += newstats->ierrors - oldstats->ierrors; in if_stat_total()
2598 sumstats->oerrors += newstats->oerrors - oldstats->oerrors; in if_stat_total()
2599 sumstats->collisions += newstats->collisions - oldstats->collisions; in if_stat_total()