[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.38 and 1.39

version 1.38, 1999/12/08 12:30:17 version 1.39, 1999/12/09 04:21:55
Line 779 
Line 779 
         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_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_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_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");
         p(ip4s_obytes, "\t%qu output byte%s\n");          p(ip4s_obytes, "\t%qu output byte%s\n");

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39