Searched refs:channel_prepare_select (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | channels.h | 238 void channel_prepare_select(fd_set **, fd_set **, int *, u_int*, int);
|
D | serverloop.c | 302 channel_prepare_select(readsetp, writesetp, maxfdp, nallocp, 0); in wait_until_can_do_something()
|
D | clientloop.c | 569 channel_prepare_select(readsetp, writesetp, maxfdp, nallocp, rekeying); in client_wait_until_can_do_something()
|
D | channels.c | 2092 channel_prepare_select(fd_set **readsetp, fd_set **writesetp, int *maxfdp, function
|