Lines Matching refs:found_fwd
832 struct Forward fwd, *found_fwd; in process_mux_close_fwd() local
879 found_fwd = NULL; in process_mux_close_fwd()
886 found_fwd = options.local_forwards + i; in process_mux_close_fwd()
895 found_fwd = options.remote_forwards + i; in process_mux_close_fwd()
902 if (found_fwd == NULL) in process_mux_close_fwd()
911 if (channel_request_rforward_cancel(found_fwd) == -1) in process_mux_close_fwd()
924 free(found_fwd->listen_host); in process_mux_close_fwd()
925 free(found_fwd->listen_path); in process_mux_close_fwd()
926 free(found_fwd->connect_host); in process_mux_close_fwd()
927 free(found_fwd->connect_path); in process_mux_close_fwd()
928 found_fwd->listen_host = found_fwd->connect_host = NULL; in process_mux_close_fwd()
929 found_fwd->listen_path = found_fwd->connect_path = NULL; in process_mux_close_fwd()
930 found_fwd->listen_port = found_fwd->connect_port = 0; in process_mux_close_fwd()