[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.58 and 1.59

version 1.58, 2010/10/30 23:06:05 version 1.59, 2011/03/15 13:10:31
Line 39 
Line 39 
   
 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 TCP send and receive buffer sizes */
 int     bflag;          /* show bytes instead of packets */  int     bflag;          /* show bytes instead of packets */
 int     dflag;          /* show i/f dropped packets */  int     dflag;          /* show i/f dropped packets */
 int     Fflag;          /* show routes whose gateways are in specified AF */  int     Fflag;          /* show routes whose gateways are in specified AF */

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59