Home | History | Annotate | Download | only in openssh

Lines Matching defs:port

85      Port 34289
94 Port 23123
123 Port 22
207 { "port", oPort },
284 * Adds a local TCP/IP port forward to options. Never returns if there is an
312 * Adds a remote TCP/IP port forward to options. Never returns if there is
400 static int port;
403 if (port == 0) {
405 port = sp ? ntohs(sp->s_port) : SSH_DEFAULT_PORT;
407 return port;
494 int r, port, this_result, result = 1, attributes = 0, negate;
502 port = options->port <= 0 ? default_ssh_port() : options->port;
574 snprintf(portstr, sizeof(portstr), "%d", port);
1050 intptr = &options->port;
1157 fatal("%.200s line %d: Missing port argument.",
1616 options->port = -1;
1753 if (options->port == -1)
1754 options->port = 0; /* Filled in ssh_connect. */
1887 * parses the next field in a port forwarding specification.
1949 * parses a string containing a port forwarding specification of the form:
2241 /* Most interesting options first: user, host, port */
2244 dump_cfg_int(oPort, o->port);