Searched refs:session_set_fds (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/crypto/openssh/ |
| H A D | session.c | 118 void session_set_fds(struct ssh *, Session *, int, int, int, int, int); 536 session_set_fds(ssh, s, pin[1], pout[0], perr[0], in do_exec_no_pty() 547 session_set_fds(ssh, s, inout[1], inout[1], err[1], in do_exec_no_pty() 651 session_set_fds(ssh, s, ptyfd, fdout, -1, 1, 1); in do_exec_pty() 2268 session_set_fds(struct ssh *ssh, Session *s, in session_set_fds() function
|