Lines Matching refs:found_fwd
829 struct Forward fwd, *found_fwd; in process_mux_close_fwd() local
876 found_fwd = NULL; in process_mux_close_fwd()
883 found_fwd = options.local_forwards + i; in process_mux_close_fwd()
892 found_fwd = options.remote_forwards + i; in process_mux_close_fwd()
899 if (found_fwd == NULL) in process_mux_close_fwd()
908 if (channel_request_rforward_cancel(found_fwd) == -1) in process_mux_close_fwd()
921 free(found_fwd->listen_host); in process_mux_close_fwd()
922 free(found_fwd->listen_path); in process_mux_close_fwd()
923 free(found_fwd->connect_host); in process_mux_close_fwd()
924 free(found_fwd->connect_path); in process_mux_close_fwd()
925 found_fwd->listen_host = found_fwd->connect_host = NULL; in process_mux_close_fwd()
926 found_fwd->listen_path = found_fwd->connect_path = NULL; in process_mux_close_fwd()
927 found_fwd->listen_port = found_fwd->connect_port = 0; in process_mux_close_fwd()