Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.h255 void channel_prepare_select(fd_set **, fd_set **, int *, u_int*,
Dserverloop.c209 channel_prepare_select(readsetp, writesetp, maxfdp, nallocp, in wait_until_can_do_something()
Dclientloop.c623 channel_prepare_select(readsetp, writesetp, maxfdp, nallocp, in client_wait_until_can_do_something()
Dchannels.c2260 channel_prepare_select(fd_set **readsetp, fd_set **writesetp, int *maxfdp, function