[BACK]Return to netstat.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / netstat

Diff for /src/usr.bin/netstat/netstat.h between version 1.15 and 1.16

version 1.15, 2000/06/30 20:04:01 version 1.16, 2000/12/13 15:52:58
Line 43 
Line 43 
   
 int     Aflag;          /* show addresses of protocol control block */  int     Aflag;          /* show addresses of protocol control block */
 int     aflag;          /* show all sockets (including servers) */  int     aflag;          /* show all sockets (including servers) */
   int     bflag;          /* show bytes instead of packets */
 int     dflag;          /* show i/f dropped packets */  int     dflag;          /* show i/f dropped packets */
 int     gflag;          /* show group (multicast) routing or stats */  int     gflag;          /* show group (multicast) routing or stats */
 int     iflag;          /* show interfaces */  int     iflag;          /* show interfaces */

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16