Home
last modified time | relevance | path

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

/external/openssh/
Dssh.c1647 (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()
[all …]
Dreadconf.c361 if (forward_equals(newfwd, options->remote_forwards + i)) in add_remote_forward()
364 options->remote_forwards = xreallocarray(options->remote_forwards, in add_remote_forward()
366 sizeof(*options->remote_forwards)); in add_remote_forward()
367 fwd = &options->remote_forwards[options->num_remote_forwards++]; in add_remote_forward()
396 free(options->remote_forwards[i].listen_host); in clear_forwardings()
397 free(options->remote_forwards[i].listen_path); in clear_forwardings()
398 free(options->remote_forwards[i].connect_host); in clear_forwardings()
399 free(options->remote_forwards[i].connect_path); in clear_forwardings()
402 free(options->remote_forwards); in clear_forwardings()
403 options->remote_forwards = NULL; in clear_forwardings()
[all …]
Dreadconf.h112 struct Forward *remote_forwards; member
Dmux.c600 (options.remote_forwards[fctx->fid].connect_path == NULL && in mux_confirm_remote_forward()
601 options.remote_forwards[fctx->fid].connect_host == NULL)) { in mux_confirm_remote_forward()
605 rfwd = &options.remote_forwards[fctx->fid]; in mux_confirm_remote_forward()
760 options.remote_forwards + i)) { in process_mux_open_fwd()
768 options.remote_forwards[i].allocated_port); in process_mux_open_fwd()
894 options.remote_forwards + i)) { in process_mux_close_fwd()
895 found_fwd = options.remote_forwards + i; in process_mux_close_fwd()
1805 options.remote_forwards + i) != 0) in mux_client_forwards()