Home | History | Annotate | Download | only in openssh

Lines Matching refs:fwd

891 	struct Forward fwd;
893 memset(&fwd, 0, sizeof(fwd));
960 if (!parse_forward(&fwd, s, 1, 0)) {
965 ok = channel_request_rforward_cancel(&fwd) == 0;
967 ok = channel_cancel_lport_listener(&fwd,
970 ok = channel_cancel_lport_listener(&fwd,
979 if (!parse_forward(&fwd, s, dynamic, remote)) {
984 if (!channel_setup_local_fwd_listener(&fwd,
990 if (channel_request_remote_forwarding(&fwd) < 0) {
1002 free(fwd.listen_host);
1003 free(fwd.listen_path);
1004 free(fwd.connect_host);
1005 free(fwd.connect_path);