Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dssh.c1517 cp = options.local_forwards[i].listen_path; in main()
1518 p = options.local_forwards[i].listen_path = in main()
1526 cp = options.local_forwards[i].connect_path; in main()
1527 p = options.local_forwards[i].connect_path = in main()
2026 options.local_forwards[i].listen_path : in ssh_init_forwarding()
2029 options.local_forwards[i].listen_host, in ssh_init_forwarding()
2030 options.local_forwards[i].listen_port, in ssh_init_forwarding()
2032 options.local_forwards[i].connect_path : in ssh_init_forwarding()
2033 options.local_forwards[i].connect_host, in ssh_init_forwarding()
2034 options.local_forwards[i].connect_port); in ssh_init_forwarding()
[all …]
H A Dreadconf.c374 options->local_forwards = xreallocarray(options->local_forwards, in add_local_forward()
376 sizeof(*options->local_forwards)); in add_local_forward()
424 free(options->local_forwards[i].listen_host); in clear_forwardings()
430 free(options->local_forwards); in clear_forwardings()
431 options->local_forwards = NULL; in clear_forwardings()
2633 options->local_forwards = NULL; in initialize_options()
3039 free(o->local_forwards[i].listen_host); in free_options()
3040 free(o->local_forwards[i].listen_path); in free_options()
3041 free(o->local_forwards[i].connect_host); in free_options()
3042 free(o->local_forwards[i].connect_path); in free_options()
[all …]
H A Dreadconf.h105 struct Forward *local_forwards; member
H A Dmux.c756 options.local_forwards + i)) { in mux_master_process_open_fwd()
890 options.local_forwards + i)) { in mux_master_process_close_fwd()
891 found_fwd = options.local_forwards + i; in mux_master_process_close_fwd()
1850 options.local_forwards[i].connect_port == 0 ? in mux_client_forwards()
1852 options.local_forwards + i) != 0) in mux_client_forwards()