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

/freebsd-10.1-release/crypto/openssh/
H A Dmux.c780 Forward fwd, *found_fwd; local
815 found_fwd = NULL;
822 found_fwd = options.local_forwards + i;
831 found_fwd = options.remote_forwards + i;
838 if (found_fwd == NULL)
848 found_fwd->allocated_port : fwd.listen_port;
864 free(found_fwd->listen_host);
865 free(found_fwd->connect_host);
866 found_fwd->listen_host = found_fwd
[all...]

Completed in 45 milliseconds