Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh.c1550 if (options.local_forwards[i].listen_path != NULL) { in main()
1551 cp = options.local_forwards[i].listen_path; in main()
1552 p = options.local_forwards[i].listen_path = in main()
1559 if (options.local_forwards[i].connect_path != NULL) { in main()
1560 cp = options.local_forwards[i].connect_path; in main()
1561 p = options.local_forwards[i].connect_path = in main()
2059 (options.local_forwards[i].listen_path != NULL) ? in ssh_init_forwarding()
2060 options.local_forwards[i].listen_path : in ssh_init_forwarding()
2061 (options.local_forwards[i].listen_host == NULL) ? in ssh_init_forwarding()
2063 options.local_forwards[i].listen_host, in ssh_init_forwarding()
[all …]
H A Dreadconf.c385 if (forward_equals(newfwd, options->local_forwards + i)) in add_local_forward()
388 options->local_forwards = xreallocarray(options->local_forwards, in add_local_forward()
390 sizeof(*options->local_forwards)); in add_local_forward()
391 fwd = &options->local_forwards[options->num_local_forwards++]; in add_local_forward()
438 free(options->local_forwards[i].listen_host); in clear_forwardings()
439 free(options->local_forwards[i].listen_path); in clear_forwardings()
440 free(options->local_forwards[i].connect_host); in clear_forwardings()
441 free(options->local_forwards[i].connect_path); in clear_forwardings()
444 free(options->local_forwards); in clear_forwardings()
445 options->local_forwards = NULL; in clear_forwardings()
[all …]
H A Dreadconf.h106 struct Forward *local_forwards; member
H A Dmux.c770 options.local_forwards + i)) { in mux_master_process_open_fwd()
904 options.local_forwards + i)) { in mux_master_process_close_fwd()
905 found_fwd = options.local_forwards + i; in mux_master_process_close_fwd()
1870 options.local_forwards[i].connect_port == 0 ? in mux_client_forwards()
1872 options.local_forwards + i) != 0) in mux_client_forwards()