Searched refs:client_expect_confirm (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | clientloop.h | 64 void client_expect_confirm(struct ssh *, int, const char *,
|
D | clientloop.c | 726 client_expect_confirm(struct ssh *ssh, int id, const char *request, in client_expect_confirm() function 2301 client_expect_confirm(ssh, id, "PTY allocation", CONFIRM_TTY); in client_session2_setup() 2380 client_expect_confirm(ssh, id, "subsystem", in client_session2_setup() 2386 client_expect_confirm(ssh, id, "exec", CONFIRM_CLOSE); in client_session2_setup() 2393 client_expect_confirm(ssh, id, "shell", CONFIRM_CLOSE); in client_session2_setup()
|
D | ssh.c | 1961 client_expect_confirm(ssh, id, "X11 forwarding", CONFIRM_WARN); in ssh_session2_setup()
|
D | mux.c | 1410 client_expect_confirm(ssh, id, "X11 forwarding", in mux_session_confirm()
|