[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.156 and 1.157

version 1.156, 2017/03/07 23:35:06 version 1.157, 2017/05/04 14:23:00
Line 315 
Line 315 
         }          }
   
         if (Aflag)          if (Aflag)
                 printf("%#*llx%s ", FAKE_PTR(kf->so_pcb));                  printf("%#*llx%s ", FAKE_PTR(kf->so_protocol == IPPROTO_TCP ?
                       kf->inp_ppcb : kf->so_pcb));
   
         printf("%-7.7s %6llu %6llu ",          printf("%-7.7s %6llu %6llu ",
             isip6 ? name6: name, kf->so_rcv_cc, kf->so_snd_cc);              isip6 ? name6: name, kf->so_rcv_cc, kf->so_snd_cc);

Legend:
Removed from v.1.156  
changed lines
  Added in v.1.157