Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dpacket.h112 void ssh_packet_set_interactive(struct ssh *, int, int, int);
H A Dssh.c2171 ssh_packet_set_interactive(ssh, interactive, in ssh_session2_setup()
2285 ssh_packet_set_interactive(ssh, interactive, in ssh_session2()
H A Dsession.c517 ssh_packet_set_interactive(ssh, s->display != NULL, in do_exec_no_pty()
646 ssh_packet_set_interactive(ssh, 1, in do_exec_pty()
H A Dssh_namespace.h710 #define ssh_packet_set_interactive Fssh_ssh_packet_set_interactive macro
H A Dclientloop.c2730 ssh_packet_set_interactive(ssh, want_tty, in client_session2_setup()
H A Dpacket.c2123 ssh_packet_set_interactive(struct ssh *ssh, int interactive, int qos_interactive, int qos_bulk) in ssh_packet_set_interactive() function