[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.39 and 1.40

version 1.39, 2006/08/29 21:51:13 version 1.40, 2007/03/23 10:59:38
Line 41 
Line 41 
 int     aflag;          /* show all sockets (including servers) */  int     aflag;          /* show all sockets (including servers) */
 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     gflag;          /* show group (multicast) routing or stats */  int     gflag;          /* show group (multicast) routing or stats */
 int     iflag;          /* show interfaces */  int     iflag;          /* show interfaces */
 int     lflag;          /* show routing table with use and ref */  int     lflag;          /* show routing table with use and ref */

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40