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

/freebsd-13-stable/crypto/openssh/
H A Dmux.c857 struct Forward fwd, *found_fwd; local
904 found_fwd = NULL;
911 found_fwd = options.local_forwards + i;
920 found_fwd = options.remote_forwards + i;
927 if (found_fwd == NULL)
936 if (channel_request_rforward_cancel(ssh, found_fwd) == -1)
949 free(found_fwd->listen_host);
950 free(found_fwd->listen_path);
951 free(found_fwd->connect_host);
952 free(found_fwd
[all...]

Completed in 110 milliseconds