| plan 9 kernel history: overview | file list | diff list |
2001/0527/ip/ip.h (diff list | history)
| 2001/0405/sys/src/9/ip/ip.h:47,52 – 2001/0527/sys/src/9/ip/ip.h:47,54 (short | long | prev | next) | ||
| 1998/0313 | /* 2^Lroot trees in the root table */ Lroot = 10, | |
| 2001/0527 | Maxpath = 64, | |
| 1997/0327 | }; enum | |
| 2001/0405/sys/src/9/ip/ip.h:76,82 – 2001/0527/sys/src/9/ip/ip.h:78,84 | ||
| 1997/0327 | uint ttl; /* max time to live */ | |
| 1999/0817 | uint tos; /* type of service */ | |
| 1997/0327 |
| |
| 2001/0527 | char *owner ; /* protections */ | |
| 1997/0327 | int perm; int inuse; /* opens of listen/data/ctl */ int length; | |
| 2001/0405/sys/src/9/ip/ip.h:95,101 – 2001/0527/sys/src/9/ip/ip.h:97,103 | ||
| 1997/0327 | QLock car; Rendez cr; | |
| 2001/0527 | char cerr[ERRMAX]; | |
| 1997/0327 | QLock listenq; Rendez listenr; | |
| 2001/0405/sys/src/9/ip/ip.h:428,434 – 2001/0527/sys/src/9/ip/ip.h:430,436 | ||
| 2001/0405 | */ struct IPaux { | |
| 2001/0527 | char *owner; /* the user that did the attach */ | |
| 2001/0405 | char tag[4]; }; | |