[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.18 and 1.19

version 1.18, 1997/06/29 21:46:01 version 1.19, 1997/07/01 20:32:14
Line 610 
Line 610 
         p(ahs_badkcr, "\t%u input packet%s that failed to be processed\n");          p(ahs_badkcr, "\t%u input packet%s that failed to be processed\n");
         p(ahs_badauth, "\t%u packet%s that failed verification received\n");          p(ahs_badauth, "\t%u packet%s that failed verification received\n");
         p(ahs_noxform, "\t%u packet%s for which no XFORM was set in TDB received\n");          p(ahs_noxform, "\t%u packet%s for which no XFORM was set in TDB received\n");
         p(ahs_qfull, "\t%u packet%s were dropeed due to full output queue\n");          p(ahs_qfull, "\t%u packet%s were dropped due to full output queue\n");
         p(ahs_wrap, "\t%u packet%s where counter wrapping was detected\n");          p(ahs_wrap, "\t%u packet%s where counter wrapping was detected\n");
         p(ahs_replay, "\t%u possibly replayed packet%s received\n");          p(ahs_replay, "\t%u possibly replayed packet%s received\n");
         p(ahs_badauthl, "\t%u packet%s with bad authenticator length received\n");          p(ahs_badauthl, "\t%u packet%s with bad authenticator length received\n");
Line 643 
Line 643 
         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_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 dropeed due to full output queue\n");          p(esps_qfull, "\t%u packet%s were dropped due to full output queue\n");
         p(esps_wrap, "\t%u packet%s where counter wrapping was detected\n");          p(esps_wrap, "\t%u packet%s where counter wrapping was detected\n");
         p(esps_replay, "\t%u possibly replayed packet%s received\n");          p(esps_replay, "\t%u possibly replayed packet%s received\n");
         p(esps_badilen, "\t%u packet%s with payload not a multiple of 8 received\n");          p(esps_badilen, "\t%u packet%s with payload not a multiple of 8 received\n");
Line 674 
Line 674 
         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_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 dropeed due to full output queue\n");          p(ip4s_qfull, "\t%u packet%s were dropped due to full output queue\n");
   
 #undef p  #undef p
 }  }

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19