OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UseNT
(Results
1 - 5
of
5
) sorted by null
/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 212 milliseconds