| plan 9 kernel history: overview | file list | diff list |
2001/1117/ip/ip.h (diff list | history)
| 2001/0922/sys/src/9/ip/ip.h:174,179 – 2001/1117/sys/src/9/ip/ip.h:174,180 (short | long | prev | next) | ||
| 1997/0327 | int maxmtu; /* Maximum transfer unit */ int minmtu; /* Minumum tranfer unit */ | |
| 1998/0306 | void *arg; /* medium specific */ | |
| 2001/1117 | int reassemble; /* reassemble IP packets before forwarding */ | |
| 1998/0306 | /* these are used so that we can unbind on the fly */ Lock idlock; | |
| 2001/0922/sys/src/9/ip/ip.h:543,548 – 2001/1117/sys/src/9/ip/ip.h:544,551 | ||
| 1998/0306 | extern ushort ptclbsum(uchar*, int); extern ushort ptclcsum(Block*, int, int); | |
| 1998/0313 | extern void ip_init(Fs*); | |
| 2001/1117 | extern void update_mtucache(uchar*, ulong); extern ulong restrict_mtu(uchar*, ulong); | |
| 1998/0306 | /* | |
| 1998/0313 | * bootp.c | |