[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.34 and 1.35

version 1.34, 2005/04/12 14:11:49 version 1.35, 2005/06/15 10:53:23
Line 47 
Line 47 
 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 */
   int     Pflag;          /* show given PCB */
 int     qflag;          /* only display non-zero values for output */  int     qflag;          /* only display non-zero values for output */
 int     rflag;          /* show routing tables (or routing stats) */  int     rflag;          /* show routing tables (or routing stats) */
 int     sflag;          /* show protocol statistics */  int     sflag;          /* show protocol statistics */
Line 85 
Line 86 
 void    etherip_stats(u_long, char *);  void    etherip_stats(u_long, char *);
 void    protopr(u_long, char *);  void    protopr(u_long, char *);
 void    ipcomp_stats(u_long, char *);  void    ipcomp_stats(u_long, char *);
   
   void    tcp_dump(u_long);
   
 void    mbpr(u_long, u_long, u_long);  void    mbpr(u_long, u_long, u_long);
   

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35