Searched refs:remote_forwards (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h107 struct Forward *remote_forwards; member in struct:__anon6881
H A Dssh.c1728 (options.remote_forwards[i].listen_path != NULL) ?
1729 options.remote_forwards[i].listen_path :
1730 (options.remote_forwards[i].listen_host == NULL) ?
1731 "LOCALHOST" : options.remote_forwards[i].listen_host,
1732 options.remote_forwards[i].listen_port,
1733 (options.remote_forwards[i].connect_path != NULL) ?
1734 options.remote_forwards[i].connect_path :
1735 options.remote_forwards[i].connect_host,
1736 options.remote_forwards[i].connect_port);
1737 options.remote_forwards[
[all...]
H A Dreadconf.c369 if (forward_equals(newfwd, options->remote_forwards + i))
372 options->remote_forwards = xreallocarray(options->remote_forwards,
374 sizeof(*options->remote_forwards));
375 fwd = &options->remote_forwards[options->num_remote_forwards++];
404 free(options->remote_forwards[i].listen_host);
405 free(options->remote_forwards[i].listen_path);
406 free(options->remote_forwards[i].connect_host);
407 free(options->remote_forwards[i].connect_path);
410 free(options->remote_forwards);
[all...]
H A Dmux.c624 (options.remote_forwards[fctx->fid].connect_path == NULL &&
625 options.remote_forwards[fctx->fid].connect_host == NULL)) {
629 rfwd = &options.remote_forwards[fctx->fid];
786 if (!compare_forward(&fwd, options.remote_forwards + i))
795 options.remote_forwards[i].allocated_port)) != 0)
919 options.remote_forwards + i)) {
920 found_fwd = options.remote_forwards + i;
932 * between options.remote_forwards and permitted_opens.
1882 options.remote_forwards + i) != 0)

Completed in 70 milliseconds