Lines Matching defs:rtype
1941 char *rtype = NULL;
1952 if ((r = sshpkt_get_cstring(ssh, &rtype, NULL)) != 0 ||
1956 debug("client_input_channel_req: channel %u rtype %s reply %d",
1957 id, rtype, reply);
1962 } else if (strcmp(rtype, "eow@openssh.com") == 0) {
1966 } else if (strcmp(rtype, "exit-status") == 0) {
1995 free(rtype);
2627 char *rtype;
2631 if ((r = sshpkt_get_cstring(ssh, &rtype, NULL)) != 0 ||
2634 debug("client_input_global_request: rtype %s want_reply %d",
2635 rtype, want_reply);
2636 if (strcmp(rtype, "hostkeys-00@openssh.com") == 0)
2647 free(rtype);