Home | History | Annotate | Download | only in openssh

Lines Matching defs:hostname

1605 launch_login(struct passwd *pw, const char *hostname)
1609 execl(LOGIN_PROGRAM, "login", "-h", hostname,
1677 const char *shell, *shell0, *hostname = NULL;
1748 /* we have to stash the hostname before we close our socket. */
1750 hostname = get_remote_name_or_ip(utmp_len,
1842 launch_login(pw, hostname);
2647 char hostname[NI_MAXHOST];
2684 if (gethostname(hostname, sizeof(hostname)) < 0)
2703 he = gethostbyname(hostname);
2713 snprintf(display, sizeof display, "%.400s:%u.%u", hostname,