[BACK]Return to inet6.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / netstat

Diff for /src/usr.bin/netstat/inet6.c between version 1.22 and 1.23

version 1.22, 2002/06/09 02:16:39 version 1.23, 2002/06/09 04:07:10
Line 373 
Line 373 
         p1(ip6s_badvers, "\t%llu with incorrect version number\n");          p1(ip6s_badvers, "\t%llu with incorrect version number\n");
         p(ip6s_fragments, "\t%llu fragment%s received\n");          p(ip6s_fragments, "\t%llu fragment%s received\n");
         p(ip6s_fragdropped,          p(ip6s_fragdropped,
             "\t%llu fragment%s dropped (dup or out of space)\n");              "\t%llu fragment%s dropped (duplicates or out of space)\n");
         p(ip6s_fragtimeout, "\t%llu fragment%s dropped after timeout\n");          p(ip6s_fragtimeout, "\t%llu fragment%s dropped after timeout\n");
         p(ip6s_fragoverflow, "\t%llu fragment%s that exceeded limit\n");          p(ip6s_fragoverflow, "\t%llu fragment%s that exceeded limit\n");
         p(ip6s_reassembled, "\t%llu packet%s reassembled ok\n");          p(ip6s_reassembled, "\t%llu packet%s reassembled ok\n");

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23