[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.52 and 1.53

version 1.52, 2001/07/05 08:54:41 version 1.53, 2001/08/26 09:42:04
Line 750 
Line 750 
     printf(m, etheripstat.f, plural(etheripstat.f))      printf(m, etheripstat.f, plural(etheripstat.f))
   
   
         p(etherip_hdrops, "\t%u packet%s shorter than header shows\n");          p(etherip_hdrops, "\t%u packet%s shorter than header shows\n");
         p(etherip_qfull, "\t%u packet%s were dropped due to full output queue\n");          p(etherip_qfull, "\t%u packet%s were dropped due to full output queue\n");
         p(etherip_noifdrops, "\t%u packet%s were dropped because of no interface/bridge information\n");          p(etherip_noifdrops, "\t%u packet%s were dropped because of no interface/bridge information\n");
         p(etherip_pdrops, "\t%u packet%s dropped due to policy\n");          p(etherip_pdrops, "\t%u packet%s dropped due to policy\n");
         p(etherip_adrops, "\t%u packet%s dropped for other reasons\n");          p(etherip_adrops, "\t%u packet%s dropped for other reasons\n");
         p(etherip_ipackets, "\t%u input ethernet-in-IP packets\n");          p(etherip_ipackets, "\t%u input ethernet-in-IP packet%s\n");
         p(etherip_opackets, "\t%u output ethernet-in-IP packets\n");          p(etherip_opackets, "\t%u output ethernet-in-IP packet%s\n");
         p(etherip_ibytes, "\t%qu input byte%s\n");          p(etherip_ibytes, "\t%qu input byte%s\n");
         p(etherip_obytes, "\t%qu output byte%s\n");          p(etherip_obytes, "\t%qu output byte%s\n");
 #undef p  #undef p

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