Lines Matching refs:tcpfd
962 if (listener->tcpfd != -1)
966 FD_SET(listener->tcpfd, set);
967 bump_maxfd(listener->tcpfd, maxfdp);
996 if (listener->tcpfd != -1 && FD_ISSET(listener->tcpfd, set))
1002 while((confd = accept(listener->tcpfd, NULL, NULL)) == -1 && errno == EINTR);
1064 s->tcpfd = -1;
1084 if (s->tcpfd != -1)
1086 shutdown(s->tcpfd, SHUT_RDWR);
1087 close(s->tcpfd);