[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.55 and 1.56

version 1.55, 2010/05/23 10:12:42 version 1.56, 2010/06/29 03:09:29
Line 69 
Line 69 
 char    *plural(u_int64_t);  char    *plural(u_int64_t);
 char    *plurales(u_int64_t);  char    *plurales(u_int64_t);
   
 void    protopr(u_long, char *);  void    protopr(u_long, char *, int);
 void    ip6protopr(u_long, char *);  
 void    tcp_stats(char *);  void    tcp_stats(char *);
 void    udp_stats(char *);  void    udp_stats(char *);
 void    ip_stats(char *);  void    ip_stats(char *);
Line 87 
Line 86 
 void    etherip_stats(char *);  void    etherip_stats(char *);
 void    ipcomp_stats(char *);  void    ipcomp_stats(char *);
   
 void    protopr(u_long, char *);  
   
 void    net80211_ifstats(char *);  void    net80211_ifstats(char *);
   
 void    tcp_dump(u_long);  void    tcp_dump(u_long);
Line 105 
Line 102 
   
 struct in6_addr;  struct in6_addr;
 struct sockaddr_in6;  struct sockaddr_in6;
 void    ip6protopr(u_long, char *);  
 void    ip6_stats(char *);  void    ip6_stats(char *);
 void    ip6_ifstats(char *);  void    ip6_ifstats(char *);
 void    icmp6_stats(char *);  void    icmp6_stats(char *);
Line 139 
Line 135 
 void    mroutepr(u_long, u_long, u_long);  void    mroutepr(u_long, u_long, u_long);
 void    mrt_stats(void);  void    mrt_stats(void);
   
 void    atalkprotopr(u_long, char *);  void    atalkprotopr(u_long, char *, int);
 void    ddp_stats(char *);  void    ddp_stats(char *);
 char    *atalk_print(const struct sockaddr *, int);  char    *atalk_print(const struct sockaddr *, int);

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56