Home | History | Annotate | Download | only in openssh

Lines Matching full:chost

828 	char *reserved, *chost;
832 chost = reserved = NULL;
834 (chost = buffer_get_string_ret(m, NULL)) == NULL ||
838 if (chost != NULL)
839 xfree(chost);
846 __func__, c->self, chost, cport);
855 xfree(chost);
879 xfree(chost);
886 chost, cport)) {
902 nc = channel_connect_stdio_fwd(chost, cport, new_fd[0], new_fd[1]);