Lines Matching refs:local_forwards
332 if (forward_equals(newfwd, options->local_forwards + i)) in add_local_forward()
335 options->local_forwards = xreallocarray(options->local_forwards, in add_local_forward()
337 sizeof(*options->local_forwards)); in add_local_forward()
338 fwd = &options->local_forwards[options->num_local_forwards++]; in add_local_forward()
385 free(options->local_forwards[i].listen_host); in clear_forwardings()
386 free(options->local_forwards[i].listen_path); in clear_forwardings()
387 free(options->local_forwards[i].connect_host); in clear_forwardings()
388 free(options->local_forwards[i].connect_path); in clear_forwardings()
391 free(options->local_forwards); in clear_forwardings()
392 options->local_forwards = NULL; in clear_forwardings()
1837 options->local_forwards = NULL; in initialize_options()
2593 dump_cfg_forwards(oDynamicForward, o->num_local_forwards, o->local_forwards); in dump_client_config()
2594 dump_cfg_forwards(oLocalForward, o->num_local_forwards, o->local_forwards); in dump_client_config()