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

/freebsd-10-stable/crypto/openssh/
H A Dmux.c828 struct Forward fwd, *found_fwd; local
875 found_fwd = NULL;
882 found_fwd = options.local_forwards + i;
891 found_fwd = options.remote_forwards + i;
898 if (found_fwd == NULL)
907 if (channel_request_rforward_cancel(found_fwd) == -1)
920 free(found_fwd->listen_host);
921 free(found_fwd->listen_path);
922 free(found_fwd->connect_host);
923 free(found_fwd
[all...]

Completed in 100 milliseconds