Searched refs:old6 (Results 1 – 1 of 1) sorted by relevance
3344 static struct ifstat old6 = {0L, 0L, 0L, 0L, 0L}; in if_report() local3626 new6.ipackets - old6.ipackets, in if_report()3627 new6.ierrors - old6.ierrors, in if_report()3628 new6.opackets - old6.opackets, in if_report()3629 new6.oerrors - old6.oerrors, in if_report()3630 new6.collisions - old6.collisions); in if_report()3641 old6 = new6; in if_report()