Home
last modified time | relevance | path

Searched refs:num_remote_forwards (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssh/
H A Dreadconf.h109 int num_remote_forwards; member
H A Dreadconf.c404 for (i = 0; i < options->num_remote_forwards; i++) { in add_remote_forward()
409 options->num_remote_forwards + 1, in add_remote_forward()
411 fwd = &options->remote_forwards[options->num_remote_forwards++]; in add_remote_forward()
439 for (i = 0; i < options->num_remote_forwards; i++) { in clear_forwardings()
445 if (options->num_remote_forwards > 0) { in clear_forwardings()
449 options->num_remote_forwards = 0; in clear_forwardings()
2759 options->num_remote_forwards = 0; in initialize_options()
3176 for (i = 0; i < o->num_remote_forwards; i++) { in free_options()
3835 dump_cfg_forwards(oRemoteForward, o->num_remote_forwards, o->remote_forwards); in dump_client_config()
H A Dmux.c646 if (fctx->fid >= options.num_remote_forwards || in mux_confirm_remote_forward()
814 for (i = 0; i < options.num_remote_forwards; i++) { in mux_master_process_open_fwd()
862 fctx->fid = options.num_remote_forwards - 1; in mux_master_process_open_fwd()
946 for (i = 0; i < options.num_remote_forwards; i++) { in mux_master_process_close_fwd()
1966 options.num_local_forwards, options.num_remote_forwards); in mux_client_forwards()
1976 for (i = 0; i < options.num_remote_forwards; i++) { in mux_client_forwards()
H A Dssh.c1626 for (i = 0; i < options.num_remote_forwards; i++) { in main()
2126 for (i = 0; i < options.num_remote_forwards; i++) { in ssh_init_forwarding()
2352 options.num_remote_forwards > 0) { in ssh_session2()
H A Dsshconnect.c1362 options.num_remote_forwards > 0) { in check_host_key()
1366 options.num_remote_forwards = 0; in check_host_key()
H A Dclientloop.c954 options.num_remote_forwards != 0 || in client_repledge()