Home
last modified time | relevance | path

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

/external/openssh/
Dssh.c1406 if (options.local_forwards[i].listen_path != NULL) { in main()
1407 cp = options.local_forwards[i].listen_path; in main()
1408 p = options.local_forwards[i].listen_path = in main()
1416 if (options.local_forwards[i].connect_path != NULL) { in main()
1417 cp = options.local_forwards[i].connect_path; in main()
1418 p = options.local_forwards[i].connect_path = in main()
1862 (options.local_forwards[i].listen_path != NULL) ? in ssh_init_forwarding()
1863 options.local_forwards[i].listen_path : in ssh_init_forwarding()
1864 (options.local_forwards[i].listen_host == NULL) ? in ssh_init_forwarding()
1866 options.local_forwards[i].listen_host, in ssh_init_forwarding()
[all …]
Dreadconf.c358 if (forward_equals(newfwd, options->local_forwards + i)) in add_local_forward()
361 options->local_forwards = xreallocarray(options->local_forwards, in add_local_forward()
363 sizeof(*options->local_forwards)); in add_local_forward()
364 fwd = &options->local_forwards[options->num_local_forwards++]; in add_local_forward()
411 free(options->local_forwards[i].listen_host); in clear_forwardings()
412 free(options->local_forwards[i].listen_path); in clear_forwardings()
413 free(options->local_forwards[i].connect_host); in clear_forwardings()
414 free(options->local_forwards[i].connect_path); in clear_forwardings()
417 free(options->local_forwards); in clear_forwardings()
418 options->local_forwards = NULL; in clear_forwardings()
[all …]
Dreadconf.h104 struct Forward *local_forwards; member
Dmux.c783 options.local_forwards + i)) { in mux_master_process_open_fwd()
918 options.local_forwards + i)) { in mux_master_process_close_fwd()
919 found_fwd = options.local_forwards + i; in mux_master_process_close_fwd()
1884 options.local_forwards[i].connect_port == 0 ? in mux_client_forwards()
1886 options.local_forwards + i) != 0) in mux_client_forwards()