Home | History | Annotate | Download | only in openssh

Lines Matching defs:rtype

1926 	char *rtype;
1929 rtype = packet_get_string(NULL);
1932 debug("client_input_channel_req: channel %d rtype %s reply %d",
1933 id, rtype, reply);
1940 } else if (strcmp(rtype, "eow@openssh.com") == 0) {
1943 } else if (strcmp(rtype, "exit-status") == 0) {
1965 xfree(rtype);
1970 char *rtype;
1974 rtype = packet_get_string(NULL);
1976 debug("client_input_global_request: rtype %s want_reply %d",
1977 rtype, want_reply);
1984 xfree(rtype);