Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDclientloop.h60 enum confirm_action { CONFIRM_WARN = 0, CONFIRM_CLOSE, CONFIRM_TTY }; enumerator
HDclientloop.c784 cr->action = CONFIRM_CLOSE; in client_status_confirm()
803 if (cr->action == CONFIRM_CLOSE && c->self == session_ident) in client_status_confirm()
823 } else if (cr->action == CONFIRM_CLOSE) { in client_status_confirm()
2185 client_expect_confirm(id, "subsystem", CONFIRM_CLOSE); in client_session2_setup()
2190 client_expect_confirm(id, "exec", CONFIRM_CLOSE); in client_session2_setup()
2196 client_expect_confirm(id, "shell", CONFIRM_CLOSE); in client_session2_setup()