Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dclientloop.h63 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()
2807 CONFIRM_CLOSE); in client_session2_setup()
2812 client_expect_confirm(ssh, id, "exec", CONFIRM_CLOSE); in client_session2_setup()
2819 client_expect_confirm(ssh, id, "shell", CONFIRM_CLOSE); in client_session2_setup()