Searched refs:rfwd (Results 1 – 2 of 2) sorted by relevance
/openbsd/usr.bin/ssh/ |
H A D | ssh.c | 1871 rfwd->listen_path ? rfwd->listen_path : in ssh_confirm_remote_forward() 1872 rfwd->listen_host ? rfwd->listen_host : "", in ssh_confirm_remote_forward() 1873 (rfwd->listen_path || rfwd->listen_host) ? ":" : "", in ssh_confirm_remote_forward() 1874 rfwd->listen_port, rfwd->connect_path ? rfwd->connect_path : in ssh_confirm_remote_forward() 1875 rfwd->connect_host, rfwd->connect_port); in ssh_confirm_remote_forward() 1876 if (rfwd->listen_path == NULL && rfwd->listen_port == 0) { in ssh_confirm_remote_forward() 1883 rfwd->connect_host, rfwd->connect_port); in ssh_confirm_remote_forward() 1887 rfwd->handle, -1); in ssh_confirm_remote_forward() 1892 rfwd->allocated_port, rfwd->connect_path ? in ssh_confirm_remote_forward() 1893 rfwd->connect_path : rfwd->connect_host, in ssh_confirm_remote_forward() [all …]
|
H A D | mux.c | 585 struct Forward *rfwd; in mux_confirm_remote_forward() local 607 rfwd->listen_port, rfwd->connect_path ? rfwd->connect_path : in mux_confirm_remote_forward() 608 rfwd->connect_host, rfwd->connect_port); in mux_confirm_remote_forward() 616 rfwd->connect_host, rfwd->connect_port); in mux_confirm_remote_forward() 621 rfwd->connect_host, rfwd->connect_port); in mux_confirm_remote_forward() 646 rfwd->connect_path ? rfwd->connect_path : in mux_confirm_remote_forward() 647 rfwd->connect_host, rfwd->connect_port); in mux_confirm_remote_forward() 649 free(rfwd->listen_host); in mux_confirm_remote_forward() 650 free(rfwd->listen_path); in mux_confirm_remote_forward() 651 free(rfwd->connect_host); in mux_confirm_remote_forward() [all …]
|