Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.c4257 int gaierr, n, num_socks = 0, socks[NUM_SOCKS]; local
4303 for (n = 0; n < num_socks; n++) {
4306 num_socks = 0;
4309 socks[num_socks++] = sock;
4310 if (num_socks == NUM_SOCKS)
4314 if (num_socks > 0)
4322 for (n = 0; n < num_socks; n++) {
4332 *chanids = xcalloc(num_socks + 1, sizeof(**chanids));
4333 for (n = 0; n < num_socks; n++) {