Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dpacket.h112 void ssh_packet_set_interactive(struct ssh *, int, int, int);
H A Dssh.c2067 ssh_packet_set_interactive(ssh, interactive, in ssh_session2_setup()
2177 ssh_packet_set_interactive(ssh, in ssh_session2()
H A Dsession.c520 ssh_packet_set_interactive(ssh, s->display != NULL, in do_exec_no_pty()
649 ssh_packet_set_interactive(ssh, 1, in do_exec_pty()
H A Dssh_namespace.h652 #define ssh_packet_set_interactive Fssh_ssh_packet_set_interactive macro
H A Dclientloop.c2454 ssh_packet_set_interactive(ssh, want_tty, in client_session2_setup()
H A Dpacket.c2076 ssh_packet_set_interactive(struct ssh *ssh, int interactive, int qos_interactive, int qos_bulk) in ssh_packet_set_interactive() function