Searched refs:rfwd (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | ssh.c | 1898 struct Forward *rfwd = (struct Forward *)ctxt; in ssh_confirm_remote_forward() local 1905 rfwd->listen_path ? rfwd->listen_path : in ssh_confirm_remote_forward() 1906 rfwd->listen_host ? rfwd->listen_host : "", in ssh_confirm_remote_forward() 1907 (rfwd->listen_path || rfwd->listen_host) ? ":" : "", in ssh_confirm_remote_forward() 1908 rfwd->listen_port, rfwd->connect_path ? rfwd->connect_path : in ssh_confirm_remote_forward() 1909 rfwd->connect_host, rfwd->connect_port); in ssh_confirm_remote_forward() 1910 if (rfwd->listen_path == NULL && rfwd->listen_port == 0) { in ssh_confirm_remote_forward() 1917 rfwd->connect_host, rfwd->connect_port); in ssh_confirm_remote_forward() 1921 rfwd->handle, -1); in ssh_confirm_remote_forward() 1923 rfwd->allocated_port = (int)port; in ssh_confirm_remote_forward() [all …]
|
H A D | mux.c | 599 struct Forward *rfwd; in mux_confirm_remote_forward() local 618 rfwd = &options.remote_forwards[fctx->fid]; in mux_confirm_remote_forward() 621 rfwd->listen_port, rfwd->connect_path ? rfwd->connect_path : in mux_confirm_remote_forward() 622 rfwd->connect_host, rfwd->connect_port); in mux_confirm_remote_forward() 624 if (rfwd->listen_port == 0) { in mux_confirm_remote_forward() 630 rfwd->connect_host, rfwd->connect_port); in mux_confirm_remote_forward() 632 rfwd->allocated_port = (int)port; in mux_confirm_remote_forward() 634 " to %s:%d", rfwd->allocated_port, in mux_confirm_remote_forward() 635 rfwd->connect_host, rfwd->connect_port); in mux_confirm_remote_forward() 640 rfwd->allocated_port)) != 0) in mux_confirm_remote_forward() [all …]
|