OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utmp_len
(Results
1 - 5
of
5
) sorted by null
/external/openssh/
canohost.c
357
get_remote_name_or_ip(u_int
utmp_len
, int use_dns)
360
if (
utmp_len
> 0)
362
if (
utmp_len
== 0 || strlen(remote) >
utmp_len
)
auth-pam.c
104
extern u_int
utmp_len
;
646
pam_rhost = get_remote_name_or_ip(
utmp_len
, options.use_dns);
799
get_remote_name_or_ip(
utmp_len
, options.use_dns));
session.c
137
extern u_int
utmp_len
;
781
get_remote_name_or_ip(
utmp_len
, options.use_dns),
869
get_remote_name_or_ip(
utmp_len
,
[
all
...]