Home
last modified time | relevance | path

Searched refs:ssh_tty_make_modes (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/
H A Dttymodes.c279 ssh_tty_make_modes(struct ssh *ssh, int fd, struct termios *tiop) in ssh_tty_make_modes() function
H A Dpacket.h152 void ssh_tty_make_modes(struct ssh *, int, struct termios *);
H A Dssh_namespace.h754 #define ssh_tty_make_modes Fssh_ssh_tty_make_modes macro
H A Dclientloop.c2715 ssh_tty_make_modes(ssh, -1, tiop); in client_session2_setup()