Lines Matching defs:from
145 /* original command from peer. */
306 /* Get a packet from the client. */
431 * will call do_child from the child, and server_loop from the parent after
625 * will call do_child from the child, and server_loop from the parent after
686 /* Redirect stdin/stdout/stderr from the pseudo tty. */
750 struct sockaddr_storage from;
757 memset(&from, 0, sizeof(from));
758 fromlen = sizeof(from);
761 (struct sockaddr *)&from, &fromlen) < 0) {
769 (struct sockaddr *)&from, fromlen);
817 verbose("Starting session: %s%s%s for %s from %.200s port %d",
858 struct sockaddr_storage from;
866 memset(&from, 0, sizeof(from));
867 fromlen = sizeof(from);
870 (struct sockaddr *)&from, &fromlen) < 0) {
876 /* Record that there was a login on that tty from the remote host. */
881 (struct sockaddr *)&from, fromlen);
1013 * Reads environment variables from the given file and adds/overrides them
1060 * Return named variable from specified environment, or NULL if not present.
1223 /* Set custom environment options from RSA authentication. */
1681 /* remove hostkey from the child's memory */
1733 * Get the shell from the password data. An empty shell field is
1739 * Make sure $SHELL points to the shell from the password file,
1740 * even if shell is overridden from login.conf
2126 /* Set window size from the packet. */
2377 /* unlink pty from session */