Home | History | Annotate | Download | only in openssh

Lines Matching defs:max_fd

129 int max_fd = 0;
915 if (fd > max_fd)
916 max_fd = fd;
1373 prepare_select(&readsetp, &writesetp, &max_fd, &nalloc, &tvp);
1374 result = select(max_fd + 1, readsetp, writesetp, NULL, tvp);