NetBSD/usr.bin/netstat
enami 7e18584b57 Define members previously defined as u_long in struct iftot as u_quad_t.
Since these members are used to hold members defined now as u_quad_t
in struct if_data, u_long is quite not enough actually.
Without this, one night ttcp easily makes netstat to produce wrong output
like this:
enami@annex-2f-floor-244% netstat -ibw 1 -I tlp0
   tlp0 in            tlp0 out          total in           total out
     bytes               bytes             bytes               bytes
176333740607          176914940420         240082591           821282404
176093659136          176093659136                 0                   0
176093659136          176093659136                 0                   0
2000-04-19 03:26:55 +00:00
..
Makefile revise IPsec, pfkey, IPv6 multicast and IPv6 statistics. (sync with kame) 2000-02-26 09:55:24 +00:00
atalk.c Apply (slightly modified) patch from 5543 to fix -s behaviour for netatalk. 1999-01-06 05:57:29 +00:00
if.c Define members previously defined as u_long in struct iftot as u_quad_t. 2000-04-19 03:26:55 +00:00
inet.c revise IPsec, pfkey, IPv6 multicast and IPv6 statistics. (sync with kame) 2000-02-26 09:55:24 +00:00
inet6.c revise IPsec, pfkey, IPv6 multicast and IPv6 statistics. (sync with kame) 2000-02-26 09:55:24 +00:00
ipsec.c revise IPsec, pfkey, IPv6 multicast and IPv6 statistics. (sync with kame) 2000-02-26 09:55:24 +00:00
iso.c - KNF 1998-07-12 03:20:13 +00:00
main.c Don't declare 'extern opt*' getopt variables. 2000-04-14 06:11:07 +00:00
mbuf.c Remove duplicated if() statementA. 1999-04-02 22:45:45 +00:00
mroute.c - KNF 1998-07-12 03:20:13 +00:00
mroute6.c revise IPsec, pfkey, IPv6 multicast and IPv6 statistics. (sync with kame) 2000-02-26 09:55:24 +00:00
netstat.1 per-interface statistics. 1999-12-13 15:22:55 +00:00
netstat.h revise IPsec, pfkey, IPv6 multicast and IPv6 statistics. (sync with kame) 2000-02-26 09:55:24 +00:00
ns.c - KNF 1998-07-12 03:20:13 +00:00
route.c fix default route determination for inet6. 2000-01-17 18:03:51 +00:00
unix.c not all kvm_getfiles() errors are "out of memory." for instance, 1999-08-19 06:13:09 +00:00