Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh.c1606 if (options.local_forwards[i].listen_path != NULL) { in main()
1607 cp = options.local_forwards[i].listen_path; in main()
1608 p = options.local_forwards[i].listen_path = in main()
1615 if (options.local_forwards[i].connect_path != NULL) { in main()
1616 cp = options.local_forwards[i].connect_path; in main()
1617 p = options.local_forwards[i].connect_path = in main()
2107 (options.local_forwards[i].listen_path != NULL) ? in ssh_init_forwarding()
2108 options.local_forwards[i].listen_path : in ssh_init_forwarding()
2109 (options.local_forwards[i].listen_host == NULL) ? in ssh_init_forwarding()
2111 options.local_forwards[i].listen_host, in ssh_init_forwarding()
[all …]
H A Dreadconf.c376 if (forward_equals(newfwd, options->local_forwards + i)) in add_local_forward()
379 options->local_forwards = xreallocarray(options->local_forwards, in add_local_forward()
381 sizeof(*options->local_forwards)); in add_local_forward()
382 fwd = &options->local_forwards[options->num_local_forwards++]; in add_local_forward()
429 free(options->local_forwards[i].listen_host); in clear_forwardings()
430 free(options->local_forwards[i].listen_path); in clear_forwardings()
431 free(options->local_forwards[i].connect_host); in clear_forwardings()
432 free(options->local_forwards[i].connect_path); in clear_forwardings()
435 free(options->local_forwards); in clear_forwardings()
436 options->local_forwards = NULL; in clear_forwardings()
[all …]
H A Dreadconf.h106 struct Forward *local_forwards; member
H A Dmux.c805 options.local_forwards + i)) { in mux_master_process_open_fwd()
939 options.local_forwards + i)) { in mux_master_process_close_fwd()
940 found_fwd = options.local_forwards + i; in mux_master_process_close_fwd()
1971 options.local_forwards[i].connect_port == 0 ? in mux_client_forwards()
1973 options.local_forwards + i) != 0) in mux_client_forwards()