| plan 9 kernel history: overview | file list | diff list |
2001/1007/ip/ip.c (diff list | history)
| 2001/0623/sys/src/9/ip/ip.c:150,156 – 2001/1007/sys/src/9/ip/ip.c:150,156 (short | long | prev | next) | ||
| 1997/0327 | { | |
| 1998/0306 | Ipifc *ifc; uchar *gate; | |
| 1997/0327 |
| |
| 2001/1007 | ulong fragoff; | |
| 1997/0327 | Block *xp, *nb; Iphdr *eh, *feh; int lid, len, seglen, chunk, dlen, blklen, offset, medialen; | |
| 2001/0623/sys/src/9/ip/ip.c:269,275 – 2001/1007/sys/src/9/ip/ip.c:269,275 | ||
| 1997/0327 | xp->rp += offset; | |
| 2001/0430 | if(gating) | |
| 2001/1007 | fragoff = nhgets(eh->frag)<<3; | |
| 2001/0430 | else fragoff = 0; dlen += fragoff; | |