Home
last modified time | relevance | path

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

/external/openssh/
Dclientloop.h60 enum confirm_action { CONFIRM_WARN = 0, CONFIRM_CLOSE, CONFIRM_TTY }; enumerator
Dclientloop.c818 cr->action = CONFIRM_CLOSE; in client_status_confirm()
837 if (cr->action == CONFIRM_CLOSE && c->self == session_ident) in client_status_confirm()
857 } else if (cr->action == CONFIRM_CLOSE) { in client_status_confirm()
2673 client_expect_confirm(id, "subsystem", CONFIRM_CLOSE); in client_session2_setup()
2678 client_expect_confirm(id, "exec", CONFIRM_CLOSE); in client_session2_setup()
2684 client_expect_confirm(id, "shell", CONFIRM_CLOSE); in client_session2_setup()