HomeSort by relevance Sort by last modified time
    Searched full:remote_forwards (Results 1 - 4 of 4) sorted by null

  /external/openssh/
readconf.c 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;
    [all...]
ssh.c 1113 (options.remote_forwards[i].listen_host == NULL) ?
1114 "LOCALHOST" : options.remote_forwards[i].listen_host,
1115 options.remote_forwards[i].listen_port,
1116 options.remote_forwards[i].connect_host,
1117 options.remote_forwards[i].connect_port);
1119 options.remote_forwards[i].listen_host,
1120 options.remote_forwards[i].listen_port,
1121 options.remote_forwards[i].connect_host,
1122 options.remote_forwards[i].connect_port) < 0) {
1130 &options.remote_forwards[i])
    [all...]
readconf.h 106 Forward *remote_forwards; member in struct:__anon25839
mux.c 591 rfwd = &options.remote_forwards[fctx->fid];
706 options.remote_forwards + i)) {
714 options.remote_forwards[i].allocated_port);
    [all...]

Completed in 645 milliseconds