Searched refs:connect_host (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | mux.c | 576 fwd->connect_host, fwd->connect_port); in format_forward() 591 fwd->connect_host, fwd->connect_port); in format_forward() 618 if (!compare_host(a->connect_host, b->connect_host)) in compare_forward() 648 options.remote_forwards[fctx->fid].connect_host == NULL)) { in mux_confirm_remote_forward() 656 rfwd->connect_host, rfwd->connect_port); in mux_confirm_remote_forward() 664 rfwd->connect_host, rfwd->connect_port); in mux_confirm_remote_forward() 669 rfwd->connect_host, rfwd->connect_port); in mux_confirm_remote_forward() 695 rfwd->connect_host, rfwd->connect_port); in mux_confirm_remote_forward() 699 free(rfwd->connect_host); in mux_confirm_remote_forward() 761 fwd.connect_host = connect_addr; in mux_master_process_open_fwd() [all …]
|
| H A D | readconf.c | 387 fwd->connect_host = newfwd->connect_host; in add_local_forward() 416 fwd->connect_host = newfwd->connect_host; in add_remote_forward() 431 free(options->local_forwards[i].connect_host); in clear_forwardings() 442 free(options->remote_forwards[i].connect_host); in clear_forwardings() 3172 free(o->local_forwards[i].connect_host); in free_options() 3179 free(o->remote_forwards[i].connect_host); in free_options() 3328 fwd->connect_host = xstrdup("socks"); in parse_forward() 3345 fwd->connect_host = xstrdup("socks"); in parse_forward() 3353 fwd->connect_host = xstrdup(fwdargs[1].arg); in parse_forward() 3363 fwd->connect_host = xstrdup(fwdargs[1].arg); in parse_forward() [all …]
|
| H A D | misc.h | 35 char *connect_host; /* Host to connect. */ member
|
| H A D | ssh.c | 932 free(fwd.connect_host); in main() 1957 rfwd->connect_host, rfwd->connect_port); in ssh_confirm_remote_forward() 1965 rfwd->connect_host, rfwd->connect_port); in ssh_confirm_remote_forward() 1975 rfwd->connect_path : rfwd->connect_host, in ssh_confirm_remote_forward() 2115 options.local_forwards[i].connect_host, in ssh_init_forwarding() 2136 options.remote_forwards[i].connect_host, in ssh_init_forwarding()
|
| H A D | channels.c | 3888 fwd->listen_host : fwd->connect_host; in channel_setup_fwd_listener_tcpip() 4049 if (fwd->connect_host == NULL) { in channel_setup_fwd_listener_streamlocal() 4053 if (strlen(fwd->connect_host) >= NI_MAXHOST) { in channel_setup_fwd_listener_streamlocal() 4057 path = fwd->connect_host; in channel_setup_fwd_listener_streamlocal() 4405 host_to_connect = fwd->connect_host; in channel_request_remote_forwarding()
|
| H A D | misc.c | 2083 if (strcmp_maybe_null(a->connect_host, b->connect_host) == 0) in forward_equals()
|
| H A D | clientloop.c | 1101 free(fwd.connect_host); in process_cmdline()
|