Home
last modified time | relevance | path

Searched refs:connect_path (Results 1 – 7 of 7) sorted by relevance

/dragonfly/crypto/openssh/
H A Dmux.c541 (fwd->connect_path != NULL) ? fwd->connect_path : in format_forward()
556 (fwd->connect_path != NULL) ? fwd->connect_path : in format_forward()
586 if (!compare_host(a->connect_path, b->connect_path)) in compare_forward()
621 rfwd->listen_port, rfwd->connect_path ? rfwd->connect_path : in mux_confirm_remote_forward()
660 rfwd->connect_path ? rfwd->connect_path : in mux_confirm_remote_forward()
666 free(rfwd->connect_path); in mux_confirm_remote_forward()
759 fwd.connect_path == NULL) { in mux_master_process_open_fwd()
842 free(fwd.connect_path); in mux_master_process_open_fwd()
946 free(found_fwd->connect_path); in mux_master_process_close_fwd()
1766 if (fwd->connect_path != NULL) in mux_client_forward()
[all …]
H A Dssh.c1477 if (options.local_forwards[i].connect_path != NULL) { in main()
1478 cp = options.local_forwards[i].connect_path; in main()
1479 p = options.local_forwards[i].connect_path = in main()
1498 if (options.remote_forwards[i].connect_path != NULL) { in main()
1499 cp = options.remote_forwards[i].connect_path; in main()
1500 p = options.remote_forwards[i].connect_path = in main()
1795 rfwd->listen_port, rfwd->connect_path ? rfwd->connect_path : in ssh_confirm_remote_forward()
1813 rfwd->allocated_port, rfwd->connect_path ? in ssh_confirm_remote_forward()
1814 rfwd->connect_path : rfwd->connect_host, in ssh_confirm_remote_forward()
1953 options.local_forwards[i].connect_path : in ssh_init_forwarding()
[all …]
H A Dreadconf.c389 fwd->connect_path = newfwd->connect_path; in add_local_forward()
418 fwd->connect_path = newfwd->connect_path; in add_remote_forward()
432 free(options->local_forwards[i].connect_path); in clear_forwardings()
443 free(options->remote_forwards[i].connect_path); in clear_forwardings()
2759 free(o->local_forwards[i].connect_path); in free_options()
2766 free(o->remote_forwards[i].connect_path); in free_options()
2970 if (fwd->connect_path == NULL && in parse_forward()
2988 if (fwd->connect_path != NULL && in parse_forward()
3003 free(fwd->connect_path); in parse_forward()
3004 fwd->connect_path = NULL; in parse_forward()
[all …]
H A Dmisc.h30 char *connect_path; /* Path to connect domain socket. */ member
H A Dchannels.c3597 if (is_client && fwd->connect_path != NULL) { in channel_setup_fwd_listener_tcpip()
3598 host = fwd->connect_path; in channel_setup_fwd_listener_tcpip()
3753 if (fwd->connect_path != NULL) { in channel_setup_fwd_listener_streamlocal()
3754 if (strlen(fwd->connect_path) > sizeof(sunaddr.sun_path)) { in channel_setup_fwd_listener_streamlocal()
3756 fwd->connect_path); in channel_setup_fwd_listener_streamlocal()
3759 path = fwd->connect_path; in channel_setup_fwd_listener_streamlocal()
4114 if (fwd->connect_path != NULL) { in channel_request_remote_forwarding()
4115 host_to_connect = xstrdup(fwd->connect_path); in channel_request_remote_forwarding()
H A Dmisc.c1958 if (strcmp_maybe_null(a->connect_path, b->connect_path) == 0) in forward_equals()
H A Dclientloop.c875 free(fwd.connect_path); in process_cmdline()