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

/freebsd-10.0-release/crypto/openssh/
H A Dmux.c519 (fwd->listen_host == NULL) ?
521 fwd->listen_host, fwd->listen_port,
526 (fwd->listen_host == NULL) ?
528 fwd->listen_host, fwd->listen_port);
532 (fwd->listen_host == NULL) ?
533 "LOCALHOST" : fwd->listen_host,
556 if (!compare_host(a->listen_host, b->listen_host))
636 fwd.listen_host = fwd.connect_host = NULL;
638 (fwd.listen_host
[all...]
H A Dreadconf.h23 char *listen_host; /* Host (address) to listen on. */ member in struct:__anon4956
H A Dreadconf.c306 fwd->listen_host = newfwd->listen_host;
327 fwd->listen_host = newfwd->listen_host;
341 free(options->local_forwards[i].listen_host);
350 free(options->remote_forwards[i].listen_host);
1563 fwd->listen_host = NULL;
1569 fwd->listen_host = xstrdup(cleanhostname(fwdarg[0]));
1575 fwd->listen_host = NULL;
1582 fwd->listen_host
[all...]
H A Dssh.c484 stdio_forward_host = fwd.listen_host;
1154 (options.local_forwards[i].listen_host == NULL) ?
1156 options.local_forwards[i].listen_host,
1161 options.local_forwards[i].listen_host,
1176 (options.remote_forwards[i].listen_host == NULL) ?
1177 "LOCALHOST" : options.remote_forwards[i].listen_host,
1183 options.remote_forwards[i].listen_host,
H A Dchannels.c2995 channel_setup_local_fwd_listener(const char *listen_host, u_short listen_port, argument
2999 listen_host, listen_port, NULL, host_to_connect, port_to_connect,
3018 channel_rfwd_bind_host(const char *listen_host) argument
3020 if (listen_host == NULL) {
3025 } else if (*listen_host == '\0' || strcmp(listen_host, "*") == 0) {
3031 return listen_host;
3041 channel_request_remote_forwarding(const char *listen_host, u_short listen_port, argument
3051 packet_put_cstring(channel_rfwd_bind_host(listen_host));
H A Dclientloop.c881 fwd.listen_host = fwd.connect_host = NULL;
981 if (!channel_setup_local_fwd_listener(fwd.listen_host,
988 if (channel_request_remote_forwarding(fwd.listen_host,
1002 free(fwd.listen_host);

Completed in 92 milliseconds