rstone 6d2b81bc2b MFC r272284
Fix integer truncation in affecting systat -ifstat

   The "systat -ifstat" command was using a u_int to store byte counters.
   With a 10Gbps or faster interface, this overflows within the default
   5 second refresh period.  Switch to using a uint64_t across the board,
   which matches the size used for all counters as of r263102.

   PR:           182448
   MFC after:    1 week
   Sponsored by: Sandvine Inc
2015-03-01 04:36:20 +00:00
..
2013-02-20 14:19:09 +00:00
2015-03-01 04:36:20 +00:00
2014-03-01 03:09:16 +00:00
2014-03-01 03:09:16 +00:00