Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsession.c115 void session_set_fds(struct ssh *, Session *, int, int, int, int, int);
533 session_set_fds(ssh, s, pin[1], pout[0], perr[0], in do_exec_no_pty()
544 session_set_fds(ssh, s, inout[1], inout[1], err[1], in do_exec_no_pty()
648 session_set_fds(ssh, s, ptyfd, fdout, -1, 1, 1); in do_exec_pty()
2269 session_set_fds(struct ssh *ssh, Session *s, in session_set_fds() function