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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dclientloop.h61 enum confirm_action { CONFIRM_WARN = 0, CONFIRM_CLOSE, CONFIRM_TTY }; enumerator in enum:confirm_action
H A Dclientloop.c747 cr->action = CONFIRM_CLOSE;
766 if (cr->action == CONFIRM_CLOSE && c->self == session_ident)
786 } else if (cr->action == CONFIRM_CLOSE) {
2074 client_expect_confirm(id, "subsystem", CONFIRM_CLOSE);
2079 client_expect_confirm(id, "exec", CONFIRM_CLOSE);
2085 client_expect_confirm(id, "shell", CONFIRM_CLOSE);

Completed in 106 milliseconds