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

  /external/openssh/
readconf.h 112 struct Forward *remote_forwards; member in struct:__anon34739
ssh.c     [all...]
readconf.c 361 if (forward_equals(newfwd, options->remote_forwards + i))
364 options->remote_forwards = xreallocarray(options->remote_forwards,
366 sizeof(*options->remote_forwards));
367 fwd = &options->remote_forwards[options->num_remote_forwards++];
396 free(options->remote_forwards[i].listen_host);
397 free(options->remote_forwards[i].listen_path);
398 free(options->remote_forwards[i].connect_host);
399 free(options->remote_forwards[i].connect_path);
402 free(options->remote_forwards);
    [all...]
mux.c 600 (options.remote_forwards[fctx->fid].connect_path == NULL &&
601 options.remote_forwards[fctx->fid].connect_host == NULL)) {
605 rfwd = &options.remote_forwards[fctx->fid];
760 options.remote_forwards + i)) {
768 options.remote_forwards[i].allocated_port);
894 options.remote_forwards + i)) {
895 found_fwd = options.remote_forwards + i;
907 * between options.remote_forwards and permitted_opens.
    [all...]

Completed in 58 milliseconds