Searched refs:want_reply (Results 1 – 3 of 3) sorted by relevance
709 int want_reply; in server_input_global_request() local718 want_reply = packet_get_char(); in server_input_global_request()719 debug("server_input_global_request: rtype %s want_reply %d", rtype, want_reply); in server_input_global_request()734 (!want_reply && fwd.listen_port == 0) || in server_input_global_request()798 if (want_reply) { in server_input_global_request()
2572 int want_reply; in client_input_global_request() local2576 want_reply = packet_get_char(); in client_input_global_request()2578 rtype, want_reply); in client_input_global_request()2581 if (want_reply) { in client_input_global_request()
4599 const char *proto, const char *data, int want_reply) argument4648 channel_request_start(client_session_id, "x11-req", want_reply);