Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/telnet/telnetd/
Dtelnetd.c63 size_t utmp_len = sizeof(remote_hostname) - 1; variable
289 utmp_len = (size_t)atoi(optarg); in main()
290 if (utmp_len >= sizeof(remote_hostname)) in main()
291 utmp_len = sizeof(remote_hostname) - 1; in main()
695 if (!isdigit(remote_hostname[0]) && strlen(remote_hostname) > utmp_len) in doit()
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnetd/
Dtelnetd.c60 extern int utmp_len;
310 utmp_len = strtol(optarg, &eptr, 0); in main()
738 if (strlen(remote_utmp_name) > utmp_len) { in doit()
748 if (strlen(remote_utmp_name) > utmp_len) { in doit()
Dsys_term.c57 int utmp_len = sizeof(wtmp.ut_host); variable
59 int utmp_len = MaxHostNameLen; variable
/freebsd-10-stable/crypto/openssh/
Dsession.c142 extern u_int utmp_len;
793 session_get_remote_name_or_ip(ssh, utmp_len, options.use_dns), in do_pre_login()
907 session_get_remote_name_or_ip(ssh, utmp_len, in do_login()
1782 hostname = session_get_remote_name_or_ip(ssh, utmp_len, in do_child()
Dsshd.c250 u_int utmp_len = HOST_NAME_MAX+1; variable
1692 utmp_len = (u_int)strtonum(optarg, 0, HOST_NAME_MAX+1+1, NULL);
1693 if (utmp_len > HOST_NAME_MAX+1) {
Dmonitor.c115 extern u_int utmp_len;
1505 session_get_remote_name_or_ip(ssh, utmp_len, options.use_dns), in mm_record_login()
Dauth-pam.c105 extern u_int utmp_len;