Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmux.c851 struct Forward fwd, *found_fwd; in mux_master_process_close_fwd() local
898 found_fwd = NULL; in mux_master_process_close_fwd()
905 found_fwd = options.local_forwards + i; in mux_master_process_close_fwd()
914 found_fwd = options.remote_forwards + i; in mux_master_process_close_fwd()
921 if (found_fwd == NULL) in mux_master_process_close_fwd()
930 if (channel_request_rforward_cancel(ssh, found_fwd) == -1) in mux_master_process_close_fwd()
943 free(found_fwd->listen_host); in mux_master_process_close_fwd()
944 free(found_fwd->listen_path); in mux_master_process_close_fwd()
945 free(found_fwd->connect_host); in mux_master_process_close_fwd()
946 free(found_fwd->connect_path); in mux_master_process_close_fwd()
[all …]