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

Diff for /src/usr.bin/netstat/inet6.c between version 1.52 and 1.53

version 1.52, 2017/01/21 11:32:04 version 1.53, 2019/04/20 11:36:19
Line 855 
Line 855 
         p(rip6s_fullsock,          p(rip6s_fullsock,
             "\t%llu message%s dropped due to full socket buffers\n");              "\t%llu message%s dropped due to full socket buffers\n");
         delivered = rip6stat.rip6s_ipackets -          delivered = rip6stat.rip6s_ipackets -
                     rip6stat.rip6s_badsum -  
                     rip6stat.rip6s_nosock -                      rip6stat.rip6s_nosock -
                     rip6stat.rip6s_nosockmcast -                      rip6stat.rip6s_nosockmcast -
                     rip6stat.rip6s_fullsock;                      rip6stat.rip6s_fullsock;

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53