Home
last modified time | relevance | path

Searched refs:utmp_len (Results 1 – 5 of 5) sorted by relevance

/external/openssh/
Dcanohost.c357 get_remote_name_or_ip(u_int utmp_len, int use_dns) in get_remote_name_or_ip() argument
360 if (utmp_len > 0) in get_remote_name_or_ip()
362 if (utmp_len == 0 || strlen(remote) > utmp_len) in get_remote_name_or_ip()
Dauth-pam.c104 extern u_int utmp_len;
646 pam_rhost = get_remote_name_or_ip(utmp_len, options.use_dns); in sshpam_init()
799 get_remote_name_or_ip(utmp_len, options.use_dns)); in sshpam_query()
Dsession.c137 extern u_int utmp_len;
781 get_remote_name_or_ip(utmp_len, options.use_dns), in do_pre_login()
869 get_remote_name_or_ip(utmp_len, in do_login()
1695 hostname = get_remote_name_or_ip(utmp_len, in do_child()
Dsshd.c233 u_int utmp_len = MAXHOSTNAMELEN; variable
1464 utmp_len = (u_int)strtonum(optarg, 0, MAXHOSTNAMELEN+1, NULL);
1465 if (utmp_len > MAXHOSTNAMELEN) {
Dmonitor.c107 extern u_int utmp_len;
1396 get_remote_name_or_ip(utmp_len, options.use_dns), in mm_record_login()