Searched refs:ts_cons (Results 1 - 2 of 2) sorted by relevance
/libmicro/ |
H A D | close_tcp.c | 55 int *ts_cons; member in struct:__anon9 97 ts->ts_cons = (int *)malloc(lm_optB * sizeof (int)); 98 if (ts->ts_cons == NULL) { 165 ts->ts_cons[i] = socket(AF_INET, SOCK_STREAM, 0); 166 if (ts->ts_cons[i] == -1) { 172 if (fcntl(ts->ts_cons[i], F_SETFL, O_NDELAY) == -1) { 178 result = connect(ts->ts_cons[i], 225 (void) close(ts->ts_cons[i]);
|
H A D | connection.c | 54 int *ts_cons; member in struct:__anon10 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[ [all...] |
Completed in 8 milliseconds