[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.31 and 1.32

version 1.31, 1999/03/27 21:04:21 version 1.32, 1999/04/09 23:30:05
Line 699 
Line 699 
         p(ip4s_ipackets, "\t%u total input packet%s\n");          p(ip4s_ipackets, "\t%u total input packet%s\n");
         p(ip4s_opackets, "\t%u total output packet%s\n");          p(ip4s_opackets, "\t%u total output packet%s\n");
         p(ip4s_hdrops, "\t%u packet%s shorter than header shows\n");          p(ip4s_hdrops, "\t%u packet%s shorter than header shows\n");
           p(ip4s_pdrops, "\t%u packet%s dropped due to policy\n");
           p(ip4s_spoof, "\t%u packet%s with possibly spoofed local addresses\n");
         p(ip4s_notip4, "\t%u packet%s with internal header not IPv4 received\n");          p(ip4s_notip4, "\t%u packet%s with internal header not IPv4 received\n");
         p(ip4s_qfull, "\t%u packet%s were dropped due to full output queue\n");          p(ip4s_qfull, "\t%u packet%s were dropped due to full output queue\n");
         p(ip4s_ibytes, "\t%qu input byte%s\n");          p(ip4s_ibytes, "\t%qu input byte%s\n");

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32