Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmux.c575 (fwd->connect_path != NULL) ? fwd->connect_path : in format_forward()
590 (fwd->connect_path != NULL) ? fwd->connect_path : in format_forward()
620 if (!compare_host(a->connect_path, b->connect_path)) in compare_forward()
647 (options.remote_forwards[fctx->fid].connect_path == NULL && in mux_confirm_remote_forward()
655 rfwd->listen_port, rfwd->connect_path ? rfwd->connect_path : in mux_confirm_remote_forward()
694 rfwd->connect_path ? rfwd->connect_path : in mux_confirm_remote_forward()
700 free(rfwd->connect_path); in mux_confirm_remote_forward()
759 fwd.connect_path = connect_addr; in mux_master_process_open_fwd()
794 fwd.connect_path == NULL) { in mux_master_process_open_fwd()
877 free(fwd.connect_path); in mux_master_process_open_fwd()
[all …]
H A Dssh.c1615 if (options.local_forwards[i].connect_path != NULL) { in main()
1616 cp = options.local_forwards[i].connect_path; in main()
1617 p = options.local_forwards[i].connect_path = in main()
1636 if (options.remote_forwards[i].connect_path != NULL) { in main()
1637 cp = options.remote_forwards[i].connect_path; in main()
1638 p = options.remote_forwards[i].connect_path = in main()
1956 rfwd->listen_port, rfwd->connect_path ? rfwd->connect_path : in ssh_confirm_remote_forward()
1974 rfwd->allocated_port, rfwd->connect_path ? in ssh_confirm_remote_forward()
1975 rfwd->connect_path : rfwd->connect_host, in ssh_confirm_remote_forward()
2113 (options.local_forwards[i].connect_path != NULL) ? 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()
3173 free(o->local_forwards[i].connect_path); in free_options()
3180 free(o->remote_forwards[i].connect_path); in free_options()
3335 fwd->connect_path = xstrdup(fwdargs[1].arg); in parse_forward()
3340 fwd->connect_path = xstrdup(fwdargs[1].arg); in parse_forward()
3358 fwd->connect_path = xstrdup(fwdargs[2].arg); in parse_forward()
3385 if (fwd->connect_path == NULL && in parse_forward()
[all …]
H A Dmisc.h37 char *connect_path; /* Path to connect domain socket. */ member
H A Dchannels.c3884 if (is_client && fwd->connect_path != NULL) { in channel_setup_fwd_listener_tcpip()
3885 host = fwd->connect_path; in channel_setup_fwd_listener_tcpip()
4040 if (fwd->connect_path != NULL) { in channel_setup_fwd_listener_streamlocal()
4041 if (strlen(fwd->connect_path) > sizeof(sunaddr.sun_path)) { in channel_setup_fwd_listener_streamlocal()
4043 fwd->connect_path); in channel_setup_fwd_listener_streamlocal()
4046 path = fwd->connect_path; in channel_setup_fwd_listener_streamlocal()
4401 if (fwd->connect_path != NULL) { in channel_request_remote_forwarding()
4402 host_to_connect = fwd->connect_path; in channel_request_remote_forwarding()
H A Dmisc.c2087 if (strcmp_maybe_null(a->connect_path, b->connect_path) == 0) in forward_equals()
H A Dclientloop.c1102 free(fwd.connect_path); in process_cmdline()