Lines Matching refs:rtype
764 char *rtype = NULL; in server_input_global_request() local
776 if ((r = sshpkt_get_cstring(ssh, &rtype, NULL)) != 0 || in server_input_global_request()
779 debug_f("rtype %s want_reply %d", rtype, want_reply); in server_input_global_request()
782 if (strcmp(rtype, "tcpip-forward") == 0) { in server_input_global_request()
810 } else if (strcmp(rtype, "cancel-tcpip-forward") == 0) { in server_input_global_request()
821 } else if (strcmp(rtype, "[email protected]") == 0) { in server_input_global_request()
840 } else if (strcmp(rtype, "[email protected]") == 0) { in server_input_global_request()
847 } else if (strcmp(rtype, "[email protected]") == 0) { in server_input_global_request()
850 } else if (strcmp(rtype, "[email protected]") == 0) { in server_input_global_request()
864 free(rtype); in server_input_global_request()
874 char *rtype = NULL; in server_input_channel_req() local
879 (r = sshpkt_get_cstring(ssh, &rtype, NULL)) != 0 || in server_input_channel_req()
884 id, rtype, want_reply); in server_input_channel_req()
890 if (!strcmp(rtype, "[email protected]")) { in server_input_channel_req()
896 success = session_input_channel_req(ssh, c, rtype); in server_input_channel_req()
906 free(rtype); in server_input_channel_req()