Home
last modified time | relevance | path

Searched refs:num_socks (Results 1 – 1 of 1) sorted by relevance

/external/openssh/
Dchannels.c3259 int gaierr, n, num_socks = 0, socks[NUM_SOCKS]; local
3305 for (n = 0; n < num_socks; n++) {
3308 num_socks = 0;
3311 socks[num_socks++] = sock;
3312 if (num_socks == NUM_SOCKS)
3316 if (num_socks > 0)
3324 for (n = 0; n < num_socks; n++) {
3334 *chanids = xcalloc(num_socks + 1, sizeof(**chanids));
3335 for (n = 0; n < num_socks; n++) {