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.c413 for (i = 0; i < options->num_remote_forwards; i++) { in add_remote_forward()
418 options->num_remote_forwards + 1, in add_remote_forward()
420 fwd = &options->remote_forwards[options->num_remote_forwards++]; in add_remote_forward()
448 for (i = 0; i < options->num_remote_forwards; i++) { in clear_forwardings()
454 if (options->num_remote_forwards > 0) { in clear_forwardings()
458 options->num_remote_forwards = 0; in clear_forwardings()
2635 options->num_remote_forwards = 0; in initialize_options()
3050 for (i = 0; i < o->num_remote_forwards; i++) { in free_options()
3654 dump_cfg_forwards(oRemoteForward, o->num_remote_forwards, o->remote_forwards); in dump_client_config()
H A Dmux.c612 if (fctx->fid >= options.num_remote_forwards || in mux_confirm_remote_forward()
779 for (i = 0; i < options.num_remote_forwards; i++) { in mux_master_process_open_fwd()
827 fctx->fid = options.num_remote_forwards - 1; in mux_master_process_open_fwd()
911 for (i = 0; i < options.num_remote_forwards; i++) { in mux_master_process_close_fwd()
1865 options.num_local_forwards, options.num_remote_forwards); in mux_client_forwards()
1875 for (i = 0; i < options.num_remote_forwards; i++) { in mux_client_forwards()
H A Dssh.c1570 for (i = 0; i < options.num_remote_forwards; i++) { in main()
2078 for (i = 0; i < options.num_remote_forwards; i++) { in ssh_init_forwarding()
2321 options.num_remote_forwards > 0) { in ssh_session2()
H A Dsshconnect.c1367 options.num_remote_forwards > 0) { in check_host_key()
1371 options.num_remote_forwards = 0; in check_host_key()
H A Dclientloop.c957 options.num_remote_forwards != 0 || in client_repledge()