OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:want_authtype
(Results
1 - 6
of
6
) sorted by null
/external/libppp/src/
chap.c
509
if (authp->physical->link.lcp.
want_authtype
== 0x80)
511
else if (authp->physical->link.lcp.
want_authtype
== 0x81)
530
authp->physical->link.lcp.
want_authtype
);
539
if (authp->physical->link.lcp.
want_authtype
== 0x81)
556
if (authp->physical->link.lcp.
want_authtype
== 0x81) {
603
if (authp->physical->link.lcp.
want_authtype
== 0x80) {
606
} else if (authp->physical->link.lcp.
want_authtype
== 0x81) {
784
lanman = p->link.lcp.
want_authtype
== 0x80 &&
854
if (p->link.lcp.
want_authtype
== 0x81) {
873
if (p->link.lcp.
want_authtype
== 0x81 && ans[alen] != '\0' &
[
all
...]
lcp.h
70
u_char
want_authtype
; /* Fifth octet of REQ/NAK/REJ */
member in struct:lcp
lcp.c
318
lcp->
want_authtype
= 0x05;
323
lcp->
want_authtype
= 0x80;
326
lcp->
want_authtype
= 0x81;
330
lcp->
want_authtype
= 0;
333
lcp->
want_authtype
= 0;
348
lcp->
want_authtype
= 0;
445
o->data[2] = lcp->
want_authtype
;
887
lcp->
want_authtype
= 0;
896
lcp->
want_authtype
= 0x05;
901
lcp->
want_authtype
= 0x80
[
all
...]
mppe.c
448
ok = (lcp->want_auth == PROTO_CHAP && lcp->
want_authtype
== 0x81) ||
radius.c
960
switch (authp->physical->link.lcp.
want_authtype
) {
1016
authp->physical->link.lcp.
want_authtype
);
[
all
...]
datalink.c
585
Auth2Nam(lcp->want_auth, lcp->
want_authtype
));
[
all
...]
Completed in 275 milliseconds