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

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

Completed in 71 milliseconds