Lines Matching refs:remote_forwards
1647 (options.remote_forwards[i].listen_path != NULL) ? in ssh_init_forwarding()
1648 options.remote_forwards[i].listen_path : in ssh_init_forwarding()
1649 (options.remote_forwards[i].listen_host == NULL) ? in ssh_init_forwarding()
1650 "LOCALHOST" : options.remote_forwards[i].listen_host, in ssh_init_forwarding()
1651 options.remote_forwards[i].listen_port, in ssh_init_forwarding()
1652 (options.remote_forwards[i].connect_path != NULL) ? in ssh_init_forwarding()
1653 options.remote_forwards[i].connect_path : in ssh_init_forwarding()
1654 options.remote_forwards[i].connect_host, in ssh_init_forwarding()
1655 options.remote_forwards[i].connect_port); in ssh_init_forwarding()
1656 options.remote_forwards[i].handle = in ssh_init_forwarding()
1658 &options.remote_forwards[i]); in ssh_init_forwarding()
1659 if (options.remote_forwards[i].handle < 0) { in ssh_init_forwarding()
1667 &options.remote_forwards[i]); in ssh_init_forwarding()