Lines Matching defs:in
13 * incompatible with the protocol description in the RFC file, it must be
20 * in Canada (German citizen).
22 * Redistribution and use in source and binary forms, with or without
27 * 2. Redistributions in binary form must reproduce the above copyright
28 * notice, this list of conditions and the following disclaimer in the
34 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
38 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
39 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
72 #include <netinet/in.h>
142 * a new slave launched in the foreground for ControlPersist.
158 * in configuration files. See readconf.h.
167 * command line, or the HostName specified for the user-supplied name in a
452 debug2("%s: host %s not found in any suffix", __func__, *hostp);
487 /* Rewrite the port number in an addrinfo list of addresses */
975 * Save the command to execute on the remote host in a buffer. There
1030 /* NB. Please keep in sync with readconf.c:match_cfg_line() */
1064 /* Don't fatal proxied host names not in the DNS */
1066 cleanup_exit(255); /* logged in resolve_host */
1084 * reset it in address list
1286 * in case we will need it later for combined rsa-rhosts
1410 /* Expand ~ in known host file names. */
1595 int in, out;
1605 if ((in = dup(STDIN_FILENO)) < 0 ||
1607 fatal("channel_connect_stdio_fwd: dup() in/out failed");
1609 options.stdio_forward_port, in, out)) == NULL)
1741 /* Store TERM in the packet. There is no limit on the
1748 /* Store window size in the packet. */
1756 /* Store tty modes in the packet. */
1826 * If requested and we are not interested in replies to remote
1827 * forwarding requests, then let ssh continue in the background.
1912 int window, packetmax, in, out, err;
1915 in = open(_PATH_DEVNULL, O_RDONLY);
1917 in = dup(STDIN_FILENO);
1922 if (in < 0 || out < 0 || err < 0)
1923 fatal("dup() in/out/err failed");
1926 if (!isatty(in))
1927 set_nonblock(in);
1940 "session", SSH_CHANNEL_OPENING, in, out, err,
1969 * If we are in control persist mode and have a working mux listen
1974 * after the connection is fully established (in particular,
2020 * If requested and we are not interested in replies to remote
2021 * forwarding requests, then let ssh continue in the background.