Searched refs:listen_host (Results 1 – 8 of 8) sorted by relevance
/external/openssh/ |
D | channels.c | 121 char *listen_host; /* Remote side should listen address. */ member 188 static const char *channel_rfwd_bind_host(const char *listen_host); 460 permitted_opens[i].listen_host, in channel_free() 466 permitted_opens[i].listen_host)); in channel_free() 474 free(permitted_opens[i].listen_host); in channel_free() 475 permitted_opens[i].listen_host = NULL; in channel_free() 2472 char *ctype = NULL, *listen_host = NULL; local 2562 (r = sshbuf_get_cstring(original, &listen_host, NULL)) != 0 || 2569 __func__, listen_host, listen_port); 2578 permitted_opens[idx].listen_host = listen_host; [all …]
|
D | serverloop.c | 726 fwd.listen_host = packet_get_string(NULL); in server_input_global_request() 729 fwd.listen_host, fwd.listen_port); in server_input_global_request() 744 free(fwd.listen_host); in server_input_global_request() 754 fwd.listen_host = packet_get_string(NULL); in server_input_global_request() 757 fwd.listen_host, fwd.listen_port); in server_input_global_request() 760 free(fwd.listen_host); in server_input_global_request()
|
D | mux.c | 528 (fwd->listen_host == NULL) ? in format_forward() 530 fwd->listen_host, fwd->listen_port, in format_forward() 536 (fwd->listen_host == NULL) ? in format_forward() 538 fwd->listen_host, fwd->listen_port); in format_forward() 543 (fwd->listen_host == NULL) ? in format_forward() 544 "LOCALHOST" : fwd->listen_host, in format_forward() 568 if (!compare_host(a->listen_host, b->listen_host)) in compare_forward() 641 free(rfwd->listen_host); in mux_confirm_remote_forward() 699 fwd.listen_host = listen_addr; in process_mux_open_fwd() 821 free(fwd.listen_host); in process_mux_open_fwd() [all …]
|
D | readconf.c | 340 fwd->listen_host = newfwd->listen_host; in add_local_forward() 369 fwd->listen_host = newfwd->listen_host; in add_remote_forward() 385 free(options->local_forwards[i].listen_host); in clear_forwardings() 396 free(options->remote_forwards[i].listen_host); in clear_forwardings() 2206 fwd->listen_host = NULL; in parse_forward() 2219 fwd->listen_host = NULL; in parse_forward() 2224 fwd->listen_host = xstrdup(fwdargs[0].arg); in parse_forward() 2237 fwd->listen_host = xstrdup(fwdargs[0].arg); in parse_forward() 2242 fwd->listen_host = NULL; in parse_forward() 2250 fwd->listen_host = xstrdup(fwdargs[0].arg); in parse_forward() [all …]
|
D | ssh.c | 790 options.stdio_forward_host = fwd.listen_host; in main() 1536 rfwd->listen_host ? rfwd->listen_host : "", in ssh_confirm_remote_forward() 1537 (rfwd->listen_path || rfwd->listen_host) ? ":" : "", in ssh_confirm_remote_forward() 1627 (options.local_forwards[i].listen_host == NULL) ? in ssh_init_forwarding() 1629 options.local_forwards[i].listen_host, in ssh_init_forwarding() 1649 (options.remote_forwards[i].listen_host == NULL) ? in ssh_init_forwarding() 1650 "LOCALHOST" : options.remote_forwards[i].listen_host, in ssh_init_forwarding()
|
D | misc.h | 22 char *listen_host; /* Host (address) to listen on. */ member
|
D | misc.c | 1235 if (strcmp_maybe_null(a->listen_host, b->listen_host) == 0) in forward_equals()
|
D | clientloop.c | 1022 free(fwd.listen_host); in process_cmdline()
|