Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dclientloop.h43 int client_loop(struct ssh *, int, int, int);
H A DOVERVIEW106 calls client_loop in clientloop.c. This does the real work for
H A Dssh.c2294 return client_loop(ssh, tty_flag, tty_flag ? in ssh_session2()
H A Dclientloop.c1435 client_loop(struct ssh *ssh, int have_pty, int escape_char_arg, in client_loop() function