Searched refs:want_reply (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.bin/ssh/
H A Dserverloop.c721 u_char want_reply = 0; local
733 (r = sshpkt_get_u8(ssh, &want_reply)) != 0)
735 debug_f("rtype %s want_reply %d", rtype, want_reply);
751 (!want_reply && fwd.listen_port == 0)) {
807 if (want_reply) {
828 u_char want_reply = 0; local
833 (r = sshpkt_get_u8(ssh, &want_reply)) != 0)
837 id, rtype, want_reply);
850 if (want_reply
[all...]
H A Dclientloop.c2626 u_char want_reply; local
2630 (r = sshpkt_get_u8(ssh, &want_reply)) != 0)
2632 debug("client_input_global_request: rtype %s want_reply %d",
2633 rtype, want_reply);
2636 if (want_reply) {
H A Dchannels.c5160 const char *disp, const char *proto, const char *data, int want_reply)
5210 channel_request_start(ssh, client_session_id, "x11-req", want_reply);
5159 x11_request_forwarding_with_spoofing(struct ssh *ssh, int client_session_id, const char *disp, const char *proto, const char *data, int want_reply) argument

Completed in 134 milliseconds