Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.h238 void channel_prepare_select(fd_set **, fd_set **, int *, u_int*, int);
Dserverloop.c302 channel_prepare_select(readsetp, writesetp, maxfdp, nallocp, 0); in wait_until_can_do_something()
Dclientloop.c569 channel_prepare_select(readsetp, writesetp, maxfdp, nallocp, rekeying); in client_wait_until_can_do_something()
Dchannels.c2092 channel_prepare_select(fd_set **readsetp, fd_set **writesetp, int *maxfdp, function