diff options
| author | David Greenman <dg@FreeBSD.org> | 1994-10-12 02:37:35 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1994-10-12 02:37:35 +0000 |
| commit | e1e293a5dcff2b0a0caabdc0c4f7d11bbab8867c (patch) | |
| tree | e94d6d5f55ebb3a4e703c96fd221078d5730be6e /usr.bin/netstat/netstat.h | |
| parent | 65772aee92ec31a9c594e40d24216668c27891df (diff) | |
Notes
Diffstat (limited to 'usr.bin/netstat/netstat.h')
| -rw-r--r-- | usr.bin/netstat/netstat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h index 8f2aa1fd58d9..aa93f19ac59e 100644 --- a/usr.bin/netstat/netstat.h +++ b/usr.bin/netstat/netstat.h @@ -37,6 +37,7 @@ int Aflag; /* show addresses of protocol control block */ int aflag; /* show all sockets (including servers) */ +int bflag; /* show i/f total bytes in/out */ int dflag; /* show i/f dropped packets */ int gflag; /* show group (multicast) routing or stats */ int iflag; /* show interfaces */ |
