Home | History | Annotate | Download | only in openssh

Lines Matching refs:success

1102 	int success = 0, allocated_listen_port = 0;
1131 success = 0;
1135 success = channel_setup_remote_fwd_listener(
1149 success = channel_cancel_rport_listener(cancel_address,
1154 success = 1;
1157 packet_start(success ?
1159 if (success && allocated_listen_port > 0)
1171 int id, reply, success = 0;
1189 success = session_input_channel_req(c, rtype);
1191 packet_start(success ?