Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dchannels.h204 void channel_after_select(fd_set *, fd_set *);
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dserverloop.c655 channel_after_select(readset, writeset); in server_loop()
961 channel_after_select(readset, writeset); in server_loop2()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1211 channel_after_select(readset, writeset); in client_loop()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c1720 channel_after_select(fd_set * readset, fd_set * writeset) in channel_after_select() function