Searched refs:channel_prepare_select (Results 1 - 4 of 4) sorted by relevance

/external/openssh/
H A Dchannels.h238 void channel_prepare_select(fd_set **, fd_set **, int *, u_int*, int);
H A Dserverloop.c302 channel_prepare_select(readsetp, writesetp, maxfdp, nallocp, 0);
H A Dclientloop.c569 channel_prepare_select(readsetp, writesetp, maxfdp, nallocp, rekeying);
590 /* channel_prepare_select could have closed the last channel */
H A Dchannels.c2092 channel_prepare_select(fd_set **readsetp, fd_set **writesetp, int *maxfdp, function
2102 fatal("channel_prepare_select: max_fd (%d) is too large", n);

Completed in 208 milliseconds