Home
last modified time | relevance | path

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

/external/openssh/
Dcanohost.c359 get_remote_name_or_ip(u_int utmp_len, int use_dns) in get_remote_name_or_ip() argument
362 if (utmp_len > 0) in get_remote_name_or_ip()
364 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.c140 extern u_int utmp_len;
768 get_remote_name_or_ip(utmp_len, options.use_dns), in do_pre_login()
879 get_remote_name_or_ip(utmp_len, in do_login()
1750 hostname = get_remote_name_or_ip(utmp_len, in do_child()
Dsshd.c232 u_int utmp_len = HOST_NAME_MAX+1; variable
1595 utmp_len = (u_int)strtonum(optarg, 0, HOST_NAME_MAX+1+1, NULL);
1596 if (utmp_len > HOST_NAME_MAX+1) {
Dmonitor.c114 extern u_int utmp_len;
1497 get_remote_name_or_ip(utmp_len, options.use_dns), in mm_record_login()