Lines Matching refs:ts_cons
54 int *ts_cons;
125 ts->ts_cons = (int *)malloc(lm_optB * sizeof (int));
126 if (ts->ts_cons == NULL) {
202 ts->ts_cons[i] = socket(AF_INET, SOCK_STREAM, 0);
203 if (ts->ts_cons[i] == -1) {
208 if (fcntl(ts->ts_cons[i], F_SETFL, O_NDELAY) == -1) {
214 result = connect(ts->ts_cons[i],
242 result = connect(ts->ts_cons[i],
250 pollfd.fd = ts->ts_cons[i];
301 (void) close(ts->ts_cons[i]);