Home
last modified time | relevance | path

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

/external/openssh/
Dssh.c1547 (options.remote_forwards[i].listen_path != NULL) ? in ssh_init_forwarding()
1548 options.remote_forwards[i].listen_path : in ssh_init_forwarding()
1549 (options.remote_forwards[i].listen_host == NULL) ? in ssh_init_forwarding()
1550 "LOCALHOST" : options.remote_forwards[i].listen_host, in ssh_init_forwarding()
1551 options.remote_forwards[i].listen_port, in ssh_init_forwarding()
1552 (options.remote_forwards[i].connect_path != NULL) ? in ssh_init_forwarding()
1553 options.remote_forwards[i].connect_path : in ssh_init_forwarding()
1554 options.remote_forwards[i].connect_host, in ssh_init_forwarding()
1555 options.remote_forwards[i].connect_port); in ssh_init_forwarding()
1556 options.remote_forwards[i].handle = in ssh_init_forwarding()
[all …]
Dreadconf.c321 options->remote_forwards = xrealloc(options->remote_forwards, in add_remote_forward()
323 sizeof(*options->remote_forwards)); in add_remote_forward()
324 fwd = &options->remote_forwards[options->num_remote_forwards++]; in add_remote_forward()
353 free(options->remote_forwards[i].listen_host); in clear_forwardings()
354 free(options->remote_forwards[i].listen_path); in clear_forwardings()
355 free(options->remote_forwards[i].connect_host); in clear_forwardings()
356 free(options->remote_forwards[i].connect_path); in clear_forwardings()
359 free(options->remote_forwards); in clear_forwardings()
360 options->remote_forwards = NULL; in clear_forwardings()
1637 options->remote_forwards = NULL; in initialize_options()
[all …]
Dreadconf.h104 struct Forward *remote_forwards; member
Dmux.c600 rfwd = &options.remote_forwards[fctx->fid]; in mux_confirm_remote_forward()
742 options.remote_forwards + i)) { in process_mux_open_fwd()
750 options.remote_forwards[i].allocated_port); in process_mux_open_fwd()
874 options.remote_forwards + i)) { in process_mux_close_fwd()
875 found_fwd = options.remote_forwards + i; in process_mux_close_fwd()
1771 options.remote_forwards + i) != 0) in mux_client_forwards()