Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dreadconf.h107 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()
2373 options->num_remote_forwards = 0; in initialize_options()
2762 for (i = 0; i < o->num_remote_forwards; i++) { in free_options()
3351 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()
1845 options.num_local_forwards, options.num_remote_forwards); in mux_client_forwards()
1855 for (i = 0; i < options.num_remote_forwards; i++) { in mux_client_forwards()
H A Dssh.c1488 for (i = 0; i < options.num_remote_forwards; i++) { in main()
1965 for (i = 0; i < options.num_remote_forwards; i++) { in ssh_init_forwarding()
2205 options.num_remote_forwards > 0) { in ssh_session2()
H A Dsshconnect.c1316 options.num_remote_forwards > 0) { in check_host_key()
1320 options.num_remote_forwards = 0; in check_host_key()