[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.34 and 1.35

version 1.34, 1999/10/29 03:26:40 version 1.35, 1999/12/06 00:45:17
Line 699 
Line 699 
         p(esps_pdrops, "\t%u packet%s dropped due to policy\n");          p(esps_pdrops, "\t%u packet%s dropped due to policy\n");
         p(esps_notdb, "\t%u packet%s for which no TDB was found\n");          p(esps_notdb, "\t%u packet%s for which no TDB was found\n");
         p(esps_badkcr, "\t%u input packet%s that failed to be processed\n");          p(esps_badkcr, "\t%u input packet%s that failed to be processed\n");
           p(esps_badenc, "\t%u packet%s with bad encryption received\n");
         p(esps_badauth, "\t%u packet%s that failed verification received\n");          p(esps_badauth, "\t%u packet%s that failed verification received\n");
         p(esps_noxform, "\t%u packet%s for which no XFORM was set in TDB received\n");          p(esps_noxform, "\t%u packet%s for which no XFORM was set in TDB received\n");
         p(esps_qfull, "\t%u packet%s were dropped due to full output queue\n");          p(esps_qfull, "\t%u packet%s were dropped due to full output queue\n");

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35