| plan 9 kernel history: overview | file list | diff list |
1992/0111/port/ipdat.h (diff list | history)
| 1992/0107/sys/src/9/port/ipdat.h:281,287 – 1992/0111/sys/src/9/port/ipdat.h:281,287 (short | long | prev | next) | ||
|
Move error.h to ../port. Change errors to actual strings.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1991/0424 | QLock listenq; /* List of people waiting incoming cons */ Rendez listenr; /* Some where to sleep while waiting */ | |
| 1992/0111 | char *err; /* Async protocol error */ | |
| 1991/0424 | int backlog; /* Maximum number of waiting connections */ int curlog; /* Number of waiting connections */ | |
| 1991/1023 | int newcon; /* Flags that this is the start of a connection */ | |
| 1992/0107/sys/src/9/port/ipdat.h:449,455 – 1992/0111/sys/src/9/port/ipdat.h:449,455 | ||
| 1991/0424 | void update(Ipconv *, Tcp *); int trim(Tcpctl *, Tcp *, Block **, ushort *); void add_reseq(Tcpctl *, char, Tcp *, Block *, ushort); | |
| 1992/0111 | void close_self(Ipconv *, char []); | |
| 1991/0424 | int seq_gt(int, int); Ipconv *ip_conn(Ipconv *, Port, Port, Ipaddr dest, char proto); void ipmkdir(Qinfo *, Dirtab *, Ipconv *); | |
| 1992/0107/sys/src/9/port/ipdat.h:460,466 – 1992/0111/sys/src/9/port/ipdat.h:460,465 | ||
| 1991/0424 | void stop_timer(Timer *); int copyupb(Block **, uchar *, int); void init_tcpctl(Ipconv *); | |