Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c2947 static struct ifstat old6 = {0L, 0L, 0L, 0L, 0L}; in if_report() local
3231 new6.ipackets - old6.ipackets, in if_report()
3232 new6.ierrors - old6.ierrors, in if_report()
3233 new6.opackets - old6.opackets, in if_report()
3234 new6.oerrors - old6.oerrors, in if_report()
3235 new6.collisions - old6.collisions); in if_report()
3246 old6 = new6; in if_report()