Searched refs:listen_host (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dmux.c523 (fwd->listen_host == NULL) ?
525 fwd->listen_host, fwd->listen_port,
530 (fwd->listen_host == NULL) ?
532 fwd->listen_host, fwd->listen_port);
536 (fwd->listen_host == NULL) ?
537 "LOCALHOST" : fwd->listen_host,
560 if (!compare_host(a->listen_host, b->listen_host))
639 fwd.listen_host = fwd.connect_host = NULL;
641 (fwd.listen_host
[all...]
H A Dreadconf.c289 fwd->listen_host = newfwd->listen_host;
310 fwd->listen_host = newfwd->listen_host;
324 if (options->local_forwards[i].listen_host != NULL)
325 xfree(options->local_forwards[i].listen_host);
334 if (options->remote_forwards[i].listen_host != NULL)
335 xfree(options->remote_forwards[i].listen_host);
1478 fwd->listen_host = NULL;
1484 fwd->listen_host
[all...]
H A Dreadconf.h22 char *listen_host; /* Host (address) to listen on. */ member in struct:__anon3208
H A Dssh.c460 stdio_forward_host = fwd.listen_host;
1095 (options.local_forwards[i].listen_host == NULL) ?
1097 options.local_forwards[i].listen_host,
1102 options.local_forwards[i].listen_host,
1117 (options.remote_forwards[i].listen_host == NULL) ?
1118 "LOCALHOST" : options.remote_forwards[i].listen_host,
1124 options.remote_forwards[i].listen_host,
H A Dclientloop.c948 fwd.listen_host = fwd.connect_host = NULL;
1048 if (!channel_setup_local_fwd_listener(fwd.listen_host,
1055 if (channel_request_remote_forwarding(fwd.listen_host,
1070 if (fwd.listen_host != NULL)
1071 xfree(fwd.listen_host);
H A Dchannels.c2925 channel_setup_local_fwd_listener(const char *listen_host, u_short listen_port, argument
2929 listen_host, listen_port, NULL, host_to_connect, port_to_connect,
2948 channel_rfwd_bind_host(const char *listen_host) argument
2950 if (listen_host == NULL) {
2955 } else if (*listen_host == '\0' || strcmp(listen_host, "*") == 0) {
2961 return listen_host;
2971 channel_request_remote_forwarding(const char *listen_host, u_short listen_port, argument
2981 packet_put_cstring(channel_rfwd_bind_host(listen_host));

Completed in 123 milliseconds