Home | History | Annotate | Download | only in openssh

Lines Matching defs:reply

265 		packet_put_char(1);	/* boolean: want reply */
1171 int id, reply, success = 0;
1176 reply = packet_get_char();
1178 debug("server_input_channel_req: channel %d request %s reply %d",
1179 id, rtype, reply);
1190 if (reply) {