Home | History | Annotate | Download | only in openssh

Lines Matching full:maxfd

1222 	int i, j, ret, maxfd;
1232 maxfd = 0;
1234 if (listen_socks[i] > maxfd)
1235 maxfd = listen_socks[i];
1250 fdset = (fd_set *)xcalloc(howmany(maxfd + 1, NFDBITS),
1260 ret = select(maxfd
1334 if (maxfd < startup_p[0])
1335 maxfd = startup_p[0];