Searched refs:channel_prepare_select (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/ssh/include/ |
H A D | channels.h | 203 void channel_prepare_select(fd_set **, fd_set **, int *, int*, int);
|
/titanic_50/usr/src/cmd/ssh/sshd/ |
H A D | serverloop.c | 275 channel_prepare_select(readsetp, writesetp, maxfdp, nallocp, 0); in wait_until_can_do_something() 781 channel_prepare_select(readsetp, writesetp, maxfdp, nallocp, 1); in aps_wait_until_can_do_something()
|
/titanic_50/usr/src/cmd/ssh/ssh/ |
H A D | clientloop.c | 489 channel_prepare_select(readsetp, writesetp, maxfdp, nallocp, rekeying); in client_wait_until_can_do_something()
|
/titanic_50/usr/src/cmd/ssh/libssh/common/ |
H A D | channels.c | 1692 channel_prepare_select(fd_set **readsetp, fd_set **writesetp, int *maxfdp, in channel_prepare_select() function
|