OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:usent
(Results
1 - 6
of
6
) sorted by null
/external/openssh/openbsd-compat/
bsd-cray.c
210
ia_user_t
usent
; /* ia_user main structure */
local
267
usent
.revision = 0;
268
usent
.uname = username;
269
usent
.host = hostname;
270
usent
.ttyn = ttyn;
271
usent
.caller = IA_SSHD;
272
usent
.pswdlist = &pwdacm;
273
usent
.ueptr = &ue;
274
usent
.flags = IA_INTERACTIVE | IA_FFLAG;
300
ia_rcode = ia_user(&
usent
, &uret)
[
all
...]
/external/ppp/pppd/
chap_ms.h
69
u_char
UseNT
[1]; /* If 1, ignore the LANMan response field */
chap_ms.c
211
if (!rmd->
UseNT
[0]) {
223
if (!rmd->
UseNT
[0])
834
response->
UseNT
[0] = !ms_lanman;
836
response->
UseNT
[0] = 1;
/external/ppp/pppd/plugins/radius/
radius.c
420
memcpy(p, rmd->
UseNT
, sizeof(rmd->
UseNT
));
421
p += sizeof(rmd->
UseNT
);
[
all
...]
/external/libppp/src/
chap_ms.c
76
u_char
UseNT
; /* If 1, ignore the LANMan response field */
/external/ppp/pppd/plugins/
winbind.c
567
if (rmd->
UseNT
[0]) {
Completed in 172 milliseconds