| plan 9 kernel history: overview | file list | diff list |
2003/0213/ip/ip.c (diff list | history)
| 2003/0209/sys/src/9/ip/ip.c:441,447 – 2003/0213/sys/src/9/ip/ip.c:441,447 (short | long | prev | next) | ||
| 2002/0507 | h = (Ip4hdr*)(bp->rp); | |
| 1998/0306 | /* dump anything that whose header doesn't checksum */ | |
| 1997/0327 |
| |
| 2003/0213 | if((bp->flag & Bipck) == 0 && ipcsum(&h->vihl)) { | |
| 2000/0706 | ip->stats[InHdrErrors]++; | |
| 1998/1208 | netlog(f, Logip, "ip: checksum error %V\n", h->src); | |
| 1997/0327 | freeblist(bp); | |