Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dclientloop.h63 enum confirm_action { CONFIRM_WARN = 0, CONFIRM_CLOSE, CONFIRM_TTY }; enum
65 enum confirm_action);
H A Dclientloop.c177 enum confirm_action action;
728 enum confirm_action action) in client_expect_confirm()