| plan 9 kernel history: overview | file list | diff list |
1997/0916/ip/ip.h (diff list | history)
| 1997/0903/sys/src/9/ip/ip.h:169,174 – 1997/0916/sys/src/9/ip/ip.h:169,175 (short | long | prev | next) | ||
| 1997/0423 | void (*rcv)(Media*, Block*); | |
| 1997/0327 | char* (*ctl)(Conv*, char**, int); void (*advise)(Block*, char*); | |
| 1997/0916 | int (*stats)(char*, int); | |
| 1997/0327 | Conv **conv; /* array of conversations */ int ptclsize; /* size of per protocol ctl block */ | |
| 1997/0903/sys/src/9/ip/ip.h:183,189 – 1997/0916/sys/src/9/ip/ip.h:184,189 | ||
| 1997/0327 | ulong lenerr; /* short packet */ ulong order; /* out of order */ ulong rexmit; /* retransmissions */ | |
| 1997/0806 |
| |
| 1997/0327 | }; struct Fs | |