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

Diff for /src/usr.bin/systat/netstat.c between version 1.26 and 1.27

version 1.26, 2004/09/29 21:59:28 version 1.27, 2005/05/10 17:12:00
Line 210 
Line 210 
                 prev = next;                  prev = next;
                 next = inpcb.inp_queue.cqe_next;                  next = inpcb.inp_queue.cqe_next;
   
                 if (inpcb.inp_flags & INP_IPV6)  
                         continue;  
   
                 if (!aflag) {                  if (!aflag) {
                         if (!(inpcb.inp_flags & INP_IPV6) &&                          if (!(inpcb.inp_flags & INP_IPV6) &&
                             inet_lnaof(inpcb.inp_laddr) == INADDR_ANY)                              inet_lnaof(inpcb.inp_laddr) == INADDR_ANY)

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27