Home
last modified time | relevance | path

Searched refs:listen_host (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssh/
H A Dchannels.c115 char *listen_host; /* Remote side should listen address. */ member
217 static const char *channel_rfwd_bind_host(const char *listen_host);
611 free(perm->listen_host); in fwd_perm_clear()
677 const char *listen_host, const char *listen_path, int listen_port, in permission_set_add() argument
693 (*permp)[n].listen_host = MAYBE_DUP(listen_host); in permission_set_add()
717 c->self, perm->listen_host, perm->listen_port); in mux_remove_remote_forwardings()
723 channel_rfwd_bind_host(perm->listen_host))) != 0 || in mux_remove_remote_forwardings()
3141 char *ctype = NULL, *listen_host = NULL; in channel_proxy_downstream() local
3232 (r = sshbuf_get_cstring(original, &listen_host, NULL)) != 0 || in channel_proxy_downstream()
3239 listen_host, listen_port); in channel_proxy_downstream()
[all …]
H A Dmux.c538 (fwd->listen_host == NULL) ? in format_forward()
540 fwd->listen_host, fwd->listen_port, in format_forward()
546 (fwd->listen_host == NULL) ? in format_forward()
548 fwd->listen_host, fwd->listen_port); in format_forward()
553 (fwd->listen_host == NULL) ? in format_forward()
554 "LOCALHOST" : fwd->listen_host, in format_forward()
578 if (!compare_host(a->listen_host, b->listen_host)) in compare_forward()
663 free(rfwd->listen_host); in mux_confirm_remote_forward()
721 fwd.listen_host = listen_addr; in mux_master_process_open_fwd()
839 free(fwd.listen_host); in mux_master_process_open_fwd()
[all …]
H A Dreadconf.c393 fwd->listen_host = newfwd->listen_host; in add_local_forward()
422 fwd->listen_host = newfwd->listen_host; in add_remote_forward()
438 free(options->local_forwards[i].listen_host); in clear_forwardings()
449 free(options->remote_forwards[i].listen_host); in clear_forwardings()
3044 free(o->local_forwards[i].listen_host); in free_options()
3051 free(o->remote_forwards[i].listen_host); in free_options()
3198 fwd->listen_host = NULL; in parse_forward()
3211 fwd->listen_host = NULL; in parse_forward()
3216 fwd->listen_host = xstrdup(fwdargs[0].arg); in parse_forward()
3229 fwd->listen_host = xstrdup(fwdargs[0].arg); in parse_forward()
[all …]
H A Dserverloop.c750 if ((r = sshpkt_get_cstring(ssh, &fwd.listen_host, NULL)) != 0 || in server_input_global_request()
754 fwd.listen_host, port); in server_input_global_request()
776 if ((r = sshpkt_get_cstring(ssh, &fwd.listen_host, NULL)) != 0 || in server_input_global_request()
781 fwd.listen_host, port); in server_input_global_request()
826 free(fwd.listen_host); in server_input_global_request()
H A Dssh.c952 fwd.listen_path : fwd.listen_host; in main()
1906 rfwd->listen_host ? rfwd->listen_host : "", in ssh_confirm_remote_forward()
1907 (rfwd->listen_path || rfwd->listen_host) ? ":" : "", in ssh_confirm_remote_forward()
2061 (options.local_forwards[i].listen_host == NULL) ? in ssh_init_forwarding()
2063 options.local_forwards[i].listen_host, in ssh_init_forwarding()
2083 (options.remote_forwards[i].listen_host == NULL) ? in ssh_init_forwarding()
2084 "LOCALHOST" : options.remote_forwards[i].listen_host, in ssh_init_forwarding()
H A Dmisc.h32 char *listen_host; /* Host (address) to listen on. */ member
H A Dmisc.c2012 if (strcmp_maybe_null(a->listen_host, b->listen_host) == 0) in forward_equals()
H A Dclientloop.c1102 free(fwd.listen_host); in process_cmdline()