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

/freebsd-13-stable/crypto/openssh/
H A Dclientloop.h62 enum confirm_action { CONFIRM_WARN = 0, CONFIRM_CLOSE, CONFIRM_TTY }; enumerator in enum:confirm_action
H A Dclientloop.c679 cr->action = CONFIRM_CLOSE;
698 if (cr->action == CONFIRM_CLOSE && c->self == session_ident)
720 } else if (cr->action == CONFIRM_CLOSE) {
2291 CONFIRM_CLOSE);
2296 client_expect_confirm(ssh, id, "exec", CONFIRM_CLOSE);
2302 client_expect_confirm(ssh, id, "shell", CONFIRM_CLOSE);

Completed in 110 milliseconds