Home | History | Annotate | Download | only in openssh

Lines Matching full:remote_forwards

288 	options->remote_forwards = xrealloc(options->remote_forwards,
290 sizeof(*options->remote_forwards));
291 fwd = &options->remote_forwards[options->num_remote_forwards++];
316 if (options->remote_forwards[i].listen_host != NULL)
317 xfree(options->remote_forwards[i].listen_host);
318 xfree(options->remote_forwards[i].connect_host);
321 xfree(options->remote_forwards);
322 options->remote_forwards = NULL;
1174 options->remote_forwards = NULL;