Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/ssh/
H A Dssh.c798 (options.local_forwards[i].listen_host == NULL) ?
800 options.local_forwards[i].listen_host,
801 options.local_forwards[i].listen_port,
802 options.local_forwards[i].connect_host,
803 options.local_forwards[i].connect_port);
805 options.local_forwards[i].listen_host,
806 options.local_forwards[i].listen_port,
807 options.local_forwards[i].connect_host,
808 options.local_forwards[i].connect_port,
/titanic_50/usr/src/cmd/ssh/include/
H A Dreadconf.h145 Forward local_forwards[SSH_MAX_FORWARDS_PER_DIRECTION]; member
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c246 fwd = &options->local_forwards[options->num_local_forwards++]; in add_local_forward()
282 if (options->local_forwards[i].listen_host != NULL) in clear_forwardings()
283 xfree(options->local_forwards[i].listen_host); in clear_forwardings()
284 xfree(options->local_forwards[i].connect_host); in clear_forwardings()