| plan 9 kernel history: overview | file list | diff list |
1991/1203/port/devarp.c (diff list | history)
| 1991/1115/sys/src/9/port/devarp.c:18,24 – 1991/1203/sys/src/9/port/devarp.c:18,25 (short | long | prev | next) | ||
| 1991/1029 | #define ARPHASH(p) arphash[((p[2]^p[3])%Arphashsize)] typedef struct Arpcache Arpcache; | |
| 1991/1203 | struct Arpcache { | |
| 1991/1029 | uchar status; uchar type; uchar eip[4]; | |