Searched refs:ssh_packet_set_interactive (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | packet.h | 112 void ssh_packet_set_interactive(struct ssh *, int, int, int);
|
H A D | ssh.c | 2171 ssh_packet_set_interactive(ssh, interactive, in ssh_session2_setup() 2285 ssh_packet_set_interactive(ssh, interactive, in ssh_session2()
|
H A D | session.c | 517 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 D | ssh_namespace.h | 710 #define ssh_packet_set_interactive Fssh_ssh_packet_set_interactive macro
|
H A D | clientloop.c | 2730 ssh_packet_set_interactive(ssh, want_tty, in client_session2_setup()
|
H A D | packet.c | 2123 ssh_packet_set_interactive(struct ssh *ssh, int interactive, int qos_interactive, int qos_bulk) in ssh_packet_set_interactive() function
|