Searched refs:host_to_connect (Results 1 – 1 of 1) sorted by relevance
107 char *host_to_connect; /* Connect to 'host'. */ member600 free(perm->host_to_connect); in fwd_perm_clear()666 const char *host_to_connect, int port_to_connect, in permission_set_add() argument681 (*permp)[n].host_to_connect = MAYBE_DUP(host_to_connect); in permission_set_add()1681 const char *host_to_connect, int port_to_connect, in channel_connect_stdio_fwd() argument1686 debug_f("%s:%d", host_to_connect, port_to_connect); in channel_connect_stdio_fwd()1692 c->path = xstrdup(host_to_connect); in channel_connect_stdio_fwd()4244 const char *host_to_connect, *listen_host, *listen_path; in channel_request_remote_forwarding() local4272 host_to_connect = listen_host = listen_path = NULL; in channel_request_remote_forwarding()4275 host_to_connect = fwd->connect_path; in channel_request_remote_forwarding()[all …]