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

/freebsd-10.0-release/crypto/openssh/
H A Dmux.c779 Forward fwd, *found_fwd; local
813 found_fwd = NULL;
820 found_fwd = options.local_forwards + i;
829 found_fwd = options.remote_forwards + i;
836 if (found_fwd == NULL)
846 found_fwd->allocated_port : fwd.listen_port;
862 free(found_fwd->listen_host);
863 free(found_fwd->connect_host);
864 found_fwd->listen_host = found_fwd
[all...]

Completed in 146 milliseconds