Home
last modified time | relevance | path

Searched refs:CONFIRM_CLOSE (Results 1 – 2 of 2) sorted by relevance

/src/crypto/openssh/
H A Dclientloop.h62 enum confirm_action { CONFIRM_WARN = 0, CONFIRM_CLOSE, CONFIRM_TTY }; enumerator
H A Dclientloop.c828 cr->action = CONFIRM_CLOSE; in client_status_confirm()
847 if (cr->action == CONFIRM_CLOSE && c->self == session_ident) in client_status_confirm()
870 } else if (cr->action == CONFIRM_CLOSE) { in client_status_confirm()
2771 CONFIRM_CLOSE); 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()