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

  /external/openssh/
readconf.c 267 options->local_forwards = xrealloc(options->local_forwards,
269 sizeof(*options->local_forwards));
270 fwd = &options->local_forwards[options->num_local_forwards++];
306 if (options->local_forwards[i].listen_host != NULL)
307 xfree(options->local_forwards[i].listen_host);
308 xfree(options->local_forwards[i].connect_host);
311 xfree(options->local_forwards);
312 options->local_forwards = NULL;
    [all...]
ssh.c 1091 (options.local_forwards[i].listen_host == NULL) ?
1093 options.local_forwards[i].listen_host,
1094 options.local_forwards[i].listen_port,
1095 options.local_forwards[i].connect_host,
1096 options.local_forwards[i].connect_port);
1098 options.local_forwards[i].listen_host,
1099 options.local_forwards[i].listen_port,
1100 options.local_forwards[i].connect_host,
1101 options.local_forwards[i].connect_port,
    [all...]
readconf.h 102 Forward *local_forwards; member in struct:__anon24071
mux.c 693 options.local_forwards + i)) {
    [all...]

Completed in 158 milliseconds