Lines Matching defs:spclist
82 static struct spclient spclist[MAXCLI];
560 struct spclient *spc = &spclist[idx];
598 spc = &spclist[i];
647 if (pfdlist[i].fd == -1 && spclist[i].spc_state == SPCSTATE_NEW)
663 spclist[i].spc_fd = newfd;
664 spclist[i].spc_istatus = SPCSTATUS_BUSY; /* dedicated receiver */
665 spclist[i].spc_refcnt = 1;
667 TAILQ_INIT(&spclist[i].spc_respwait);
1192 spc = &spclist[idx];
1197 pfdlist[0].fd = spclist[0].spc_fd = sarg->sps_sock;
1253 spc = &spclist[idx];
1283 close(spclist[0].spc_fd);
1378 if (spclist[0].spc_fd) {
1389 if (spclist[0].spc_fd) {
1390 shutdown(spclist[0].spc_fd, SHUT_RDWR);