Lines Matching refs:local_forwards
358 if (forward_equals(newfwd, options->local_forwards + i)) in add_local_forward()
361 options->local_forwards = xreallocarray(options->local_forwards, in add_local_forward()
363 sizeof(*options->local_forwards)); in add_local_forward()
364 fwd = &options->local_forwards[options->num_local_forwards++]; in add_local_forward()
411 free(options->local_forwards[i].listen_host); in clear_forwardings()
412 free(options->local_forwards[i].listen_path); in clear_forwardings()
413 free(options->local_forwards[i].connect_host); in clear_forwardings()
414 free(options->local_forwards[i].connect_path); in clear_forwardings()
417 free(options->local_forwards); in clear_forwardings()
418 options->local_forwards = NULL; in clear_forwardings()
1971 options->local_forwards = NULL; in initialize_options()
2784 dump_cfg_forwards(oDynamicForward, o->num_local_forwards, o->local_forwards); in dump_client_config()
2785 dump_cfg_forwards(oLocalForward, o->num_local_forwards, o->local_forwards); in dump_client_config()