| plan 9 kernel history: overview | file list | diff list |
1991/1107/port/ipdat.h (diff list | history)
| 1991/1107/sys/src/9/port/ipdat.h:361,366 – 1991/1114/sys/src/9/port/ipdat.h:361,367 (short | long | prev | next) | ||
|
Add Ipifc.net. Change ipclonecon, iplisten, add ip*fill.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1991/0424 | int maxmtu; /* Maximum transfer unit */ int minmtu; /* Minumum tranfer unit */ int hsize; /* Media header size */ | |
| 1991/1114 | Network net; | |
| 1991/0424 | Lock; }; | |
| 1991/1107/sys/src/9/port/ipdat.h:479,487 – 1991/1114/sys/src/9/port/ipdat.h:480,491 | ||
| 1991/0424 | void tcpflow(void*); void tcp_timeout(void *); void tcp_acktimer(void *); | |
| 1991/1114 | int ipclonecon(Chan *); int iplisten(Chan *); | |
| 1991/1025 | void iloutoforder(Ipconv*, Ilhdr*, Block*); | |
| 1991/1114 | void iplocalfill(Chan*, char*, int); void ipremotefill(Chan*, char*, int); void ipstatusfill(Chan*, char*, int); | |
| 1991/0424 | #define fmtaddr(xx) (xx>>24)&0xff,(xx>>16)&0xff,(xx>>8)&0xff,xx&0xff #define MIN(a, b) ((a) < (b) ? (a) : (b)) | |