Lines Matching refs:found_fwd
814 struct Forward fwd, *found_fwd; in process_mux_close_fwd() local
859 found_fwd = NULL; in process_mux_close_fwd()
866 found_fwd = options.local_forwards + i; in process_mux_close_fwd()
875 found_fwd = options.remote_forwards + i; in process_mux_close_fwd()
882 if (found_fwd == NULL) in process_mux_close_fwd()
891 if (channel_request_rforward_cancel(found_fwd) == -1) in process_mux_close_fwd()
904 free(found_fwd->listen_host); in process_mux_close_fwd()
905 free(found_fwd->listen_path); in process_mux_close_fwd()
906 free(found_fwd->connect_host); in process_mux_close_fwd()
907 free(found_fwd->connect_path); in process_mux_close_fwd()
908 found_fwd->listen_host = found_fwd->connect_host = NULL; in process_mux_close_fwd()
909 found_fwd->listen_path = found_fwd->connect_path = NULL; in process_mux_close_fwd()
910 found_fwd->listen_port = found_fwd->connect_port = 0; in process_mux_close_fwd()