Home | History | Annotate | Download | only in openssh

Lines Matching full:remote_forwards

1113 		    (options.remote_forwards[i].listen_host == NULL) ?
1114 "LOCALHOST" : options.remote_forwards[i].listen_host,
1115 options.remote_forwards[i].listen_port,
1116 options.remote_forwards[i].connect_host,
1117 options.remote_forwards[i].connect_port);
1119 options.remote_forwards[i].listen_host,
1120 options.remote_forwards[i].listen_port,
1121 options.remote_forwards[i].connect_host,
1122 options.remote_forwards[i].connect_port) < 0) {
1130 &options.remote_forwards[i]);