Searched refs:want_reply (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | serverloop.c | 732 u_char want_reply = 0; in server_input_global_request() local 744 (r = sshpkt_get_u8(ssh, &want_reply)) != 0) in server_input_global_request() 746 debug_f("rtype %s want_reply %d", rtype, want_reply); in server_input_global_request() 762 (!want_reply && fwd.listen_port == 0)) { in server_input_global_request() 818 if (want_reply) { in server_input_global_request() 839 u_char want_reply = 0; in server_input_channel_req() local 844 (r = sshpkt_get_u8(ssh, &want_reply)) != 0) in server_input_channel_req() 848 id, rtype, want_reply); in server_input_channel_req() 861 if (want_reply && !(c->flags & CHAN_CLOSE_SENT)) { in server_input_channel_req()
|
H A D | clientloop.c | 2642 u_char want_reply; in client_input_global_request() local 2646 (r = sshpkt_get_u8(ssh, &want_reply)) != 0) in client_input_global_request() 2649 rtype, want_reply); in client_input_global_request() 2652 if (want_reply) { in client_input_global_request()
|
H A D | channels.c | 5279 const char *disp, const char *proto, const char *data, int want_reply) in x11_request_forwarding_with_spoofing() argument 5329 channel_request_start(ssh, client_session_id, "x11-req", want_reply); in x11_request_forwarding_with_spoofing()
|