[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.70 and 1.71

version 1.70, 2016/07/20 19:57:54 version 1.71, 2017/08/12 03:21:02
Line 49 
Line 49 
 int     gflag;          /* show group (multicast) routing or stats */  int     gflag;          /* show group (multicast) routing or stats */
 int     hflag;          /* print human numbers */  int     hflag;          /* print human numbers */
 int     iflag;          /* show interfaces */  int     iflag;          /* show interfaces */
 int     lflag;          /* show routing table with use and ref */  int     lflag;          /* show only listening sockets (only servers), */
                           /* with -g, show routing table with use and ref */
 int     mflag;          /* show memory stats */  int     mflag;          /* show memory stats */
 int     nflag;          /* show addresses numerically */  int     nflag;          /* show addresses numerically */
 int     pflag;          /* show given protocol */  int     pflag;          /* show given protocol */

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71