Home
last modified time | relevance | path

Searched refs:remote_forwards (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/ssh/ssh/
H A Dssh.c818 (options.remote_forwards[i].listen_host == NULL) ?
819 "LOCALHOST" : options.remote_forwards[i].listen_host,
820 options.remote_forwards[i].listen_port,
821 options.remote_forwards[i].connect_host,
822 options.remote_forwards[i].connect_port);
824 options.remote_forwards[i].listen_host,
825 options.remote_forwards[i].listen_port,
826 options.remote_forwards[i].connect_host,
827 options.remote_forwards[i].connect_port) < 0) {
1008 options.remote_forwards[i].listen_port,
[all …]
/titanic_50/usr/src/cmd/ssh/include/
H A Dreadconf.h149 Forward remote_forwards[SSH_MAX_FORWARDS_PER_DIRECTION]; member
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c267 fwd = &options->remote_forwards[options->num_remote_forwards++]; in add_remote_forward()
288 if (options->remote_forwards[i].listen_host != NULL) in clear_forwardings()
289 xfree(options->remote_forwards[i].listen_host); in clear_forwardings()
290 xfree(options->remote_forwards[i].connect_host); in clear_forwardings()