Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.c3900 int gaierr, n, num_socks = 0, socks[NUM_SOCKS]; local
3946 for (n = 0; n < num_socks; n++) {
3949 num_socks = 0;
3952 socks[num_socks++] = sock;
3953 if (num_socks == NUM_SOCKS)
3957 if (num_socks > 0)
3965 for (n = 0; n < num_socks; n++) {
3975 *chanids = xcalloc(num_socks + 1, sizeof(**chanids));
3976 for (n = 0; n < num_socks; n++) {