Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssh/
HDmux.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()
613 (options.remote_forwards[fctx->fid].connect_path == NULL && in mux_confirm_remote_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()
724 fwd.connect_path = connect_addr; in mux_master_process_open_fwd()
759 fwd.connect_path == NULL) { in mux_master_process_open_fwd()
842 free(fwd.connect_path); in mux_master_process_open_fwd()
[all …]
HDssh.c1559 if (options.local_forwards[i].connect_path != NULL) { in main()
1560 cp = options.local_forwards[i].connect_path; in main()
1561 p = options.local_forwards[i].connect_path = in main()
1580 if (options.remote_forwards[i].connect_path != NULL) { in main()
1581 cp = options.remote_forwards[i].connect_path; in main()
1582 p = options.remote_forwards[i].connect_path = in main()
1908 rfwd->listen_port, rfwd->connect_path ? rfwd->connect_path : in ssh_confirm_remote_forward()
1926 rfwd->allocated_port, rfwd->connect_path ? in ssh_confirm_remote_forward()
1927 rfwd->connect_path : rfwd->connect_host, in ssh_confirm_remote_forward()
2065 (options.local_forwards[i].connect_path != NULL) ? in ssh_init_forwarding()
[all …]
HDreadconf.c401 fwd->connect_path = newfwd->connect_path; in add_local_forward()
430 fwd->connect_path = newfwd->connect_path; in add_remote_forward()
444 free(options->local_forwards[i].connect_path); in clear_forwardings()
455 free(options->remote_forwards[i].connect_path); in clear_forwardings()
3050 free(o->local_forwards[i].connect_path); in free_options()
3057 free(o->remote_forwards[i].connect_path); in free_options()
3211 fwd->connect_path = xstrdup(fwdargs[1].arg); in parse_forward()
3216 fwd->connect_path = xstrdup(fwdargs[1].arg); in parse_forward()
3234 fwd->connect_path = xstrdup(fwdargs[2].arg); in parse_forward()
3261 if (fwd->connect_path == NULL && in parse_forward()
[all …]
HDmisc.h37 char *connect_path; /* Path to connect domain socket. */ member
HDchannels.c3804 if (is_client && fwd->connect_path != NULL) { in channel_setup_fwd_listener_tcpip()
3805 host = fwd->connect_path; in channel_setup_fwd_listener_tcpip()
3960 if (fwd->connect_path != NULL) { in channel_setup_fwd_listener_streamlocal()
3961 if (strlen(fwd->connect_path) > sizeof(sunaddr.sun_path)) { in channel_setup_fwd_listener_streamlocal()
3963 fwd->connect_path); in channel_setup_fwd_listener_streamlocal()
3966 path = fwd->connect_path; in channel_setup_fwd_listener_streamlocal()
4321 if (fwd->connect_path != NULL) { in channel_request_remote_forwarding()
4322 host_to_connect = fwd->connect_path; in channel_request_remote_forwarding()
HDmisc.c2022 if (strcmp_maybe_null(a->connect_path, b->connect_path) == 0) in forward_equals()
HDclientloop.c1105 free(fwd.connect_path); in process_cmdline()