Home
last modified time | relevance | path

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

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