Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dreadconf.h108 int num_remote_forwards; member
Dreadconf.c399 for (i = 0; i < options->num_remote_forwards; i++) { in add_remote_forward()
404 options->num_remote_forwards + 1, in add_remote_forward()
406 fwd = &options->remote_forwards[options->num_remote_forwards++]; in add_remote_forward()
434 for (i = 0; i < options->num_remote_forwards; i++) { in clear_forwardings()
440 if (options->num_remote_forwards > 0) { in clear_forwardings()
444 options->num_remote_forwards = 0; in clear_forwardings()
2636 options->num_remote_forwards = 0; in initialize_options()
3045 for (i = 0; i < o->num_remote_forwards; i++) { in free_options()
3652 dump_cfg_forwards(oRemoteForward, o->num_remote_forwards, o->remote_forwards); in dump_client_config()
Dmux.c598 if (fctx->fid >= options.num_remote_forwards || in mux_confirm_remote_forward()
765 for (i = 0; i < options.num_remote_forwards; i++) { in mux_master_process_open_fwd()
813 fctx->fid = options.num_remote_forwards - 1; in mux_master_process_open_fwd()
897 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()
Dssh.c1536 for (i = 0; i < options.num_remote_forwards; i++) { in main()
2044 for (i = 0; i < options.num_remote_forwards; i++) { in ssh_init_forwarding()
2287 options.num_remote_forwards > 0) { in ssh_session2()
Dsshconnect.c1329 options.num_remote_forwards > 0) { in check_host_key()
1333 options.num_remote_forwards = 0; in check_host_key()
Dclientloop.c949 options.num_remote_forwards != 0 || in client_repledge()