| plan 9 kernel history: overview | file list | diff list |
1992/0112/port/devip.c (diff list | history)
| 1992/0111/sys/src/9/port/devip.c:624,630 – 1992/0112/sys/src/9/port/devip.c:624,630 (short | long | prev | next) | ||
| 1991/1114 | ||
| 1991/12171 | if((s->stproto == &tcpinfo && s->tcpctl.state != Listen) || | |
| 1991/1114 | (s->stproto == &ilinfo && s->ilctl.state != Illistening)) | |
| 1992/0112 | error(Enolisten); | |
| 1991/1114 | ||
| 1991/0424 | qlock(&s->listenq); | |
| 1991/1025 | if(waserror()) { | |