| plan 9 kernel history: overview | file list | diff list |
1997/0423/ip/gre.c (diff list | history)
| 1997/0403/sys/src/9/ip/gre.c:163,169 – 1997/0423/sys/src/9/ip/gre.c:163,169 (short | long | prev | next) | ||
| 1997/0327 | } static void | |
| 1997/0423 | greiput(Media *m, Block *bp) | |
| 1997/0327 | { int len; GREhdr *ghp; | |
| 1997/0403/sys/src/9/ip/gre.c:171,176 – 1997/0423/sys/src/9/ip/gre.c:171,177 | ||
| 1997/0327 | Conv *c, **p; ushort eproto; | |
| 1997/0423 | USED(m); | |
| 1997/0327 | ghp = (GREhdr*)(bp->rp); eproto = nhgets(ghp->eproto); | |