Lines Matching refs:tcpfd
1083 if (listener->tcpfd != -1)
1087 FD_SET(listener->tcpfd, set);
1088 bump_maxfd(listener->tcpfd, maxfdp);
1131 if (listener->tcpfd != -1 && FD_ISSET(listener->tcpfd, set))
1137 while((confd = accept(listener->tcpfd, NULL, NULL)) == -1 && errno == EINTR);
1199 s->tcpfd = -1;
1219 if (s->tcpfd != -1)
1221 shutdown(s->tcpfd, SHUT_RDWR);
1222 close(s->tcpfd);