HomeSort by relevance Sort by last modified time
    Searched refs:listen_host (Results 1 - 6 of 6) sorted by null

  /external/openssh/
mux.c 523 (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))
635 fwd.listen_host = fwd.connect_host = NULL;
637 (fwd.listen_host = buffer_get_string_ret(m, NULL)) == NULL |
    [all...]
readconf.c 272 fwd->listen_host = newfwd->listen_host;
293 fwd->listen_host = newfwd->listen_host;
306 if (options->local_forwards[i].listen_host != NULL)
307 xfree(options->local_forwards[i].listen_host);
316 if (options->remote_forwards[i].listen_host != NULL)
317 xfree(options->remote_forwards[i].listen_host);
    [all...]
readconf.h 22 char *listen_host; /* Host (address) to listen on. */ member in struct:__anon26786
ssh.c 458 stdio_forward_host = fwd.listen_host;
1091 (options.local_forwards[i].listen_host == NULL) ?
1093 options.local_forwards[i].listen_host,
1098 options.local_forwards[i].listen_host,
1113 (options.remote_forwards[i].listen_host == NULL) ?
1114 "LOCALHOST" : options.remote_forwards[i].listen_host,
1119 options.remote_forwards[i].listen_host,
    [all...]
clientloop.c 848 fwd.listen_host = fwd.connect_host = NULL;
934 if (channel_setup_local_fwd_listener(fwd.listen_host,
941 if (channel_request_remote_forwarding(fwd.listen_host,
957 if (fwd.listen_host != NULL)
958 xfree(fwd.listen_host);
    [all...]
channels.c     [all...]

Completed in 251 milliseconds