Searched refs:host_to_connect (Results 1 – 1 of 1) sorted by relevance
119 char *host_to_connect; /* Connect to 'host'. */ member472 free(permitted_opens[i].host_to_connect); in channel_free()473 permitted_opens[i].host_to_connect = NULL; in channel_free()1346 channel_connect_stdio_fwd(const char *host_to_connect, u_short port_to_connect, in channel_connect_stdio_fwd() argument1351 debug("channel_connect_stdio_fwd %s:%d", host_to_connect, in channel_connect_stdio_fwd()1358 c->path = xstrdup(host_to_connect); in channel_connect_stdio_fwd()2576 permitted_opens[idx].host_to_connect = xstrdup("<mux>");3633 permitted_opens[idx].host_to_connect =3638 permitted_opens[idx].host_to_connect =3663 if (allowed_open->host_to_connect == NULL)[all …]