| plan 9 kernel history: overview | file list | diff list |
1998/1208/ip/ip.c (diff list | history)
| 1998/0825/sys/src/9/ip/ip.c:346,352 – 1998/1208/sys/src/9/ip/ip.c:346,352 (short | long | prev | next) | ||
| 1998/0306 | /* dump anything that whose header doesn't checksum */ | |
| 1997/0327 | if(ipcsum(&h->vihl)) { | |
| 1998/0313 | ip->istats.ipInHdrErrors++; | |
| 1998/1208 | netlog(f, Logip, "ip: checksum error %V\n", h->src); | |
| 1997/0327 | freeblist(bp); return; } | |