Searched refs:host_to_connect (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/crypto/openssh/
H A Dchannels.c116 /* Overload host_to_connect; we could just make this match Forward */
119 char *host_to_connect; /* Connect to 'host'. */ member in struct:__anon5340
1282 channel_connect_stdio_fwd(const char *host_to_connect, u_short port_to_connect, argument
1287 debug("channel_connect_stdio_fwd %s:%d", host_to_connect,
1294 c->path = xstrdup(host_to_connect);
3267 permitted_opens[idx].host_to_connect =
3272 permitted_opens[idx].host_to_connect =
3296 if (allowed_open->host_to_connect == NULL)
3301 if (strcmp(allowed_open->host_to_connect, requestedhost) != 0)
3318 if (allowed_open->host_to_connect
[all...]

Completed in 99 milliseconds