Searched refs:client_expect_confirm (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | clientloop.h | 63 void client_expect_confirm(struct ssh *, int, const char *,
|
H A D | clientloop.c | 885 client_expect_confirm(struct ssh *ssh, int id, const char *request, in client_expect_confirm() function 2705 client_expect_confirm(ssh, id, "PTY allocation", CONFIRM_TTY); in client_session2_setup() 2770 client_expect_confirm(ssh, id, "subsystem", in client_session2_setup() 2776 client_expect_confirm(ssh, id, "exec", CONFIRM_CLOSE); in client_session2_setup() 2783 client_expect_confirm(ssh, id, "shell", CONFIRM_CLOSE); in client_session2_setup()
|
H A D | ssh.c | 2216 client_expect_confirm(ssh, id, "X11 forwarding", CONFIRM_WARN); in ssh_session2_setup()
|
H A D | mux.c | 1394 client_expect_confirm(ssh, id, "X11 forwarding", in mux_session_confirm()
|