Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dpacket.h115 void ssh_packet_set_interactive(struct ssh *, int);
H A Dserverloop.c303 ssh_packet_set_interactive(ssh, interactive); in process_output()
H A Dssh_namespace.h720 #define ssh_packet_set_interactive Fssh_ssh_packet_set_interactive macro
H A Dclientloop.c1634 ssh_packet_set_interactive(ssh, interactive); in client_loop()
H A Dpacket.c2287 ssh_packet_set_interactive(struct ssh *ssh, int interactive) in ssh_packet_set_interactive() function