Searched refs:local_forwards (Results 1 – 3 of 3) sorted by relevance
798 (options.local_forwards[i].listen_host == NULL) ?800 options.local_forwards[i].listen_host,801 options.local_forwards[i].listen_port,802 options.local_forwards[i].connect_host,803 options.local_forwards[i].connect_port);805 options.local_forwards[i].listen_host,806 options.local_forwards[i].listen_port,807 options.local_forwards[i].connect_host,808 options.local_forwards[i].connect_port,
145 Forward local_forwards[SSH_MAX_FORWARDS_PER_DIRECTION]; member
246 fwd = &options->local_forwards[options->num_local_forwards++]; in add_local_forward()282 if (options->local_forwards[i].listen_host != NULL) in clear_forwardings()283 xfree(options->local_forwards[i].listen_host); in clear_forwardings()284 xfree(options->local_forwards[i].connect_host); in clear_forwardings()