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
..
2014-10-02 18:26:40 +00:00
2014-08-31 23:09:23 +00:00
2014-11-06 16:32:00 +00:00
2014-12-30 02:32:48 +00:00
2014-12-31 23:25:37 +00:00
2014-12-31 23:25:37 +00:00
2014-12-31 23:25:37 +00:00
2014-12-01 02:59:05 +00:00
2014-11-25 13:47:53 +00:00
2014-12-19 23:18:22 +00:00
2015-02-04 00:45:02 +00:00
2014-08-29 01:20:31 +00:00
2015-01-14 11:29:16 +00:00
2015-02-23 08:45:42 +00:00
2014-11-13 16:40:15 +00:00
2014-09-05 17:22:20 +00:00
2014-12-31 23:25:37 +00:00
2014-08-28 18:11:05 +00:00
2014-12-30 02:32:48 +00:00
2015-02-13 18:45:44 +00:00
2014-12-31 23:25:37 +00:00
2014-12-31 23:25:37 +00:00
2014-10-09 23:23:12 +00:00
2015-01-08 03:44:54 +00:00
2014-09-15 13:19:40 +00:00
2015-01-30 14:36:02 +00:00
2015-01-23 18:42:05 +00:00
2014-10-06 09:15:09 +00:00
2015-02-14 01:33:11 +00:00
2015-03-01 04:36:20 +00:00
2014-12-31 23:25:37 +00:00
2015-02-12 03:50:33 +00:00
2014-12-31 23:25:37 +00:00
2014-12-31 23:25:37 +00:00
2014-12-31 23:25:37 +00:00
2014-10-09 23:42:22 +00:00
2014-12-31 23:25:37 +00:00
2015-01-12 20:14:31 +00:00
2015-02-13 21:19:54 +00:00