[BACK]Return to inet.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / netstat

Diff for /src/usr.bin/netstat/inet.c between version 1.170 and 1.171

version 1.170, 2021/01/17 05:23:34 version 1.171, 2021/01/26 18:22:35
Line 87 
Line 87 
   
 struct  inpcb inpcb;  struct  inpcb inpcb;
 struct  tcpcb tcpcb;  struct  tcpcb tcpcb;
 struct  socket sockb;  
   
 char    *inetname(struct in_addr *);  char    *inetname(struct in_addr *);
 void    inetprint(struct in_addr *, in_port_t, const char *, int);  void    inetprint(struct in_addr *, in_port_t, const char *, int);

Legend:
Removed from v.1.170  
changed lines
  Added in v.1.171