[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.96 and 1.97

version 1.96, 2005/06/15 10:53:23 version 1.97, 2005/08/11 12:55:31
Line 453 
Line 453 
         p(ips_badaddr, "\t%lu datagram%s with bad address in header\n");          p(ips_badaddr, "\t%lu datagram%s with bad address in header\n");
         p(ips_inhwcsum, "\t%lu input datagram%s checksum-processed by hardware\n");          p(ips_inhwcsum, "\t%lu input datagram%s checksum-processed by hardware\n");
         p(ips_outhwcsum, "\t%lu output datagram%s checksum-processed by hardware\n");          p(ips_outhwcsum, "\t%lu output datagram%s checksum-processed by hardware\n");
           p(ips_notmember, "\t%lu multicast packet%s which we don't join\n");
 #undef p  #undef p
 #undef p1  #undef p1
 }  }

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97