Home | History | Annotate | Download | only in pending

Lines Matching refs:lsocks

67   struct unsocks *lsocks;  // list of listen sockets
378 while (TT.lsocks) {
379 struct unsocks *fnode = TT.lsocks;
385 TT.lsocks = fnode->next;
422 TT.lsocks = tsd;
429 tsd->next = TT.lsocks;
430 TT.lsocks = tsd;
439 for (tsd = TT.lsocks; tsd; tsd = tsd->next) {
486 for (tsd = TT.lsocks; tsd; tsd = tsd->next) FD_SET(tsd->sd, &rfds);
524 for (tsd = TT.lsocks; tsd; tsd = tsd->next) {