Lines Matching defs:rtype
721 char *rtype = NULL;
733 if ((r = sshpkt_get_cstring(ssh, &rtype, NULL)) != 0 ||
736 debug_f("rtype %s want_reply %d", rtype, want_reply);
739 if (strcmp(rtype, "tcpip-forward") == 0) {
765 } else if (strcmp(rtype, "cancel-tcpip-forward") == 0) {
776 } else if (strcmp(rtype, "streamlocal-forward@openssh.com") == 0) {
794 } else if (strcmp(rtype, "cancel-streamlocal-forward@openssh.com") == 0) {
801 } else if (strcmp(rtype, "no-more-sessions@openssh.com") == 0) {
804 } else if (strcmp(rtype, "hostkeys-prove-00@openssh.com") == 0) {
818 free(rtype);
828 char *rtype = NULL;
833 (r = sshpkt_get_cstring(ssh, &rtype, NULL)) != 0 ||
838 id, rtype, want_reply);
844 if (!strcmp(rtype, "eow@openssh.com")) {
850 success = session_input_channel_req(ssh, c, rtype);
860 free(rtype);