Lines Matching refs:remote_forwards
1571 if (options.remote_forwards[i].listen_path != NULL) { in main()
1572 cp = options.remote_forwards[i].listen_path; in main()
1573 p = options.remote_forwards[i].listen_path = in main()
1580 if (options.remote_forwards[i].connect_path != NULL) { in main()
1581 cp = options.remote_forwards[i].connect_path; in main()
1582 p = options.remote_forwards[i].connect_path = in main()
2081 (options.remote_forwards[i].listen_path != NULL) ? in ssh_init_forwarding()
2082 options.remote_forwards[i].listen_path : in ssh_init_forwarding()
2083 (options.remote_forwards[i].listen_host == NULL) ? in ssh_init_forwarding()
2084 "LOCALHOST" : options.remote_forwards[i].listen_host, in ssh_init_forwarding()
2085 options.remote_forwards[i].listen_port, in ssh_init_forwarding()
2086 (options.remote_forwards[i].connect_path != NULL) ? in ssh_init_forwarding()
2087 options.remote_forwards[i].connect_path : in ssh_init_forwarding()
2088 options.remote_forwards[i].connect_host, in ssh_init_forwarding()
2089 options.remote_forwards[i].connect_port); in ssh_init_forwarding()
2090 if ((options.remote_forwards[i].handle = in ssh_init_forwarding()
2092 &options.remote_forwards[i])) >= 0) { in ssh_init_forwarding()
2095 &options.remote_forwards[i]); in ssh_init_forwarding()