Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDchannels.h216 void channel_set_fds(int, int, int, int, int, int, int, u_int);
HDssh_namespace.h163 #define channel_set_fds ssh_channel_set_fds macro
HDsession.c2350 channel_set_fds(s->chanid, fdout, fdin, fderr, in session_set_fds()
2354 channel_set_fds(s->chanid, fdout, fdin, fderr, in session_set_fds()
HDchannels.c777 channel_set_fds(int id, int rfd, int wfd, int efd, in channel_set_fds() function