| plan 9 kernel history: overview | file list | diff list |
1991/1015/port/ipdat.h (diff list | history)
| 1991/1014/sys/src/9/port/ipdat.h:500,505 – 1991/1015/sys/src/9/port/ipdat.h:500,506 (short | long | prev | next) | ||
|
Add ilstart, ilstate.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1991/0424 | void tcp_input(Ipconv *, Block *); void tcprcvwin(Ipconv *); | |
| 1991/1014 | void tcpstart(Ipconv *, int, ushort, char); | |
| 1991/1015 | void ilstart(Ipconv *, int, int); | |
| 1991/0424 | void tcpflow(void*); void tcp_timeout(void *); void tcp_acktimer(void *); | |
| 1991/1014/sys/src/9/port/ipdat.h:520,525 – 1991/1015/sys/src/9/port/ipdat.h:521,527 | ||
| 1991/0424 | extern Ipaddr classmask[4]; extern Ipconv *ipconv[]; extern char *tcpstate[]; | |
| 1991/1015 | extern char *ilstate[]; | |
| 1991/0424 | extern Rendez tcpflowr; extern Qinfo tcpinfo; extern Qinfo ipinfo; | |