Lines Matching refs:remote_forwards
387 if (forward_equals(newfwd, options->remote_forwards + i)) in add_remote_forward()
390 options->remote_forwards = xreallocarray(options->remote_forwards, in add_remote_forward()
392 sizeof(*options->remote_forwards)); in add_remote_forward()
393 fwd = &options->remote_forwards[options->num_remote_forwards++]; in add_remote_forward()
422 free(options->remote_forwards[i].listen_host); in clear_forwardings()
423 free(options->remote_forwards[i].listen_path); in clear_forwardings()
424 free(options->remote_forwards[i].connect_host); in clear_forwardings()
425 free(options->remote_forwards[i].connect_path); in clear_forwardings()
428 free(options->remote_forwards); in clear_forwardings()
429 options->remote_forwards = NULL; in clear_forwardings()
1973 options->remote_forwards = NULL; in initialize_options()
2786 dump_cfg_forwards(oRemoteForward, o->num_remote_forwards, o->remote_forwards); in dump_client_config()