Lines Matching refs:remote_forwards
361 if (forward_equals(newfwd, options->remote_forwards + i)) in add_remote_forward()
364 options->remote_forwards = xreallocarray(options->remote_forwards, in add_remote_forward()
366 sizeof(*options->remote_forwards)); in add_remote_forward()
367 fwd = &options->remote_forwards[options->num_remote_forwards++]; in add_remote_forward()
396 free(options->remote_forwards[i].listen_host); in clear_forwardings()
397 free(options->remote_forwards[i].listen_path); in clear_forwardings()
398 free(options->remote_forwards[i].connect_host); in clear_forwardings()
399 free(options->remote_forwards[i].connect_path); in clear_forwardings()
402 free(options->remote_forwards); in clear_forwardings()
403 options->remote_forwards = NULL; in clear_forwardings()
1839 options->remote_forwards = NULL; in initialize_options()
2595 dump_cfg_forwards(oRemoteForward, o->num_remote_forwards, o->remote_forwards); in dump_client_config()