Home
last modified time | relevance | path

Searched refs:found_fwd (Results 1 – 1 of 1) sorted by relevance

/external/openssh/
Dmux.c832 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()
[all …]