Lines Matching refs:want_reply
781 u_char want_reply = 0;
793 (r = sshpkt_get_u8(ssh, &want_reply)) != 0)
795 debug_f("rtype %s want_reply %d", rtype, want_reply);
811 (!want_reply && fwd.listen_port == 0)) {
867 if (want_reply) {
888 u_char want_reply = 0;
893 (r = sshpkt_get_u8(ssh, &want_reply)) != 0)
897 id, rtype, want_reply);
910 if (want_reply && !(c->flags & CHAN_CLOSE_SENT)) {