OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:want_auth
(Results
1 - 5
of
5
) sorted by null
/external/libppp/src/
lcp.c
317
lcp->
want_auth
= PROTO_CHAP;
322
lcp->
want_auth
= PROTO_CHAP;
325
lcp->
want_auth
= PROTO_CHAP;
329
lcp->
want_auth
= PROTO_PAP;
332
lcp->
want_auth
= 0;
347
lcp->
want_auth
= 0;
435
switch (lcp->
want_auth
) {
886
lcp->
want_auth
= PROTO_PAP;
895
lcp->
want_auth
= PROTO_CHAP;
900
lcp->
want_auth
= PROTO_CHAP
[
all
...]
lcp.h
69
u_short
want_auth
; /* We want this type of authentication */
member in struct:lcp
datalink.c
578
lcp->auth_ineed = lcp->
want_auth
;
580
if (lcp->his_auth || lcp->
want_auth
) {
585
Auth2Nam(lcp->
want_auth
, lcp->want_authtype));
588
if (lcp->
want_auth
== PROTO_CHAP)
[
all
...]
mppe.c
448
ok = (lcp->
want_auth
== PROTO_CHAP && lcp->want_authtype == 0x81) ||
radius.c
947
switch (authp->physical->link.lcp.
want_auth
) {
[
all
...]
Completed in 722 milliseconds