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

  /external/openssh/
mux.c 526 fwd->connect_host, fwd->connect_port);
539 fwd->connect_host, fwd->connect_port);
564 if (!compare_host(a->connect_host, b->connect_host))
594 rfwd->listen_port, rfwd->connect_host, rfwd->connect_port);
600 rfwd->connect_host, rfwd->connect_port);
635 fwd.listen_host = fwd.connect_host = NULL;
639 (fwd.connect_host = buffer_get_string_ret(m, NULL)) == NULL ||
650 if (*fwd.connect_host == '\0') {
651 xfree(fwd.connect_host);
    [all...]
readconf.h 24 char *connect_host; /* Host to connect. */ member in struct:__anon12453
25 int connect_port; /* Port to connect on connect_host. */
readconf.c 274 fwd->connect_host = newfwd->connect_host;
295 fwd->connect_host = newfwd->connect_host;
308 xfree(options->local_forwards[i].connect_host);
318 xfree(options->remote_forwards[i].connect_host);
    [all...]
ssh.c 460 xfree(fwd.connect_host);
1021 rfwd->listen_port, rfwd->connect_host, rfwd->connect_port);
1026 rfwd->connect_host, rfwd->connect_port);
1095 options.local_forwards[i].connect_host,
1100 options.local_forwards[i].connect_host,
1116 options.remote_forwards[i].connect_host,
1121 options.remote_forwards[i].connect_host,
    [all...]
clientloop.c 848 fwd.listen_host = fwd.connect_host = NULL;
935 fwd.listen_port, fwd.connect_host,
942 fwd.listen_port, fwd.connect_host,
959 if (fwd.connect_host != NULL)
960 xfree(fwd.connect_host);
    [all...]

Completed in 1051 milliseconds