Home | History | Annotate | Download | only in openssh

Lines Matching refs:success

984 		/* muxclient() doesn't return on success. */
1020 type == SSH2_MSG_REQUEST_SUCCESS ? "success" : "failure",
1075 int success = 0;
1097 success += channel_setup_local_fwd_listener(
1104 if (i > 0 && success != i && options.exit_on_forward_failure)
1106 if (i > 0 && success == 0)
1322 ssh_session2_setup(int id, int success, void *arg)
1328 if (!success)