Home
last modified time | relevance | path

Searched refs:num_remote_forwards (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dreadconf.h148 int num_remote_forwards; member
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c264 if (options->num_remote_forwards >= SSH_MAX_FORWARDS_PER_DIRECTION) in add_remote_forward()
267 fwd = &options->remote_forwards[options->num_remote_forwards++]; in add_remote_forward()
287 for (i = 0; i < options->num_remote_forwards; i++) { in clear_forwardings()
292 options->num_remote_forwards = 0; in clear_forwardings()
981 options->num_remote_forwards = 0; in initialize_options()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dssh.c815 for (i = 0; i < options.num_remote_forwards; i++) {
1004 if (i >= options.num_remote_forwards)
H A Dsshconnect.c897 options.num_remote_forwards > 0) { in check_host_key()
901 options.num_remote_forwards = 0; in check_host_key()