OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHAP_MDTYPE
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/
chap-new.h
74
#define
CHAP_MDTYPE
(mdtype) ((mdtype) ^ ((mdtype) - 1)) & (mdtype)
lcp.c
362
ao->
chap_mdtype
= chap_mdtype_all;
766
ADDCICHAP(CI_AUTHTYPE, !go->neg_eap && go->neg_chap, go->
chap_mdtype
);
915
ACKCICHAP(CI_AUTHTYPE, !go->neg_eap && go->neg_chap, go->
chap_mdtype
);
1116
if (CHAP_CANDIGEST(go->
chap_mdtype
, cichar))
1117
try.
chap_mdtype
= CHAP_MDTYPE_D(cichar);
1123
if (cichar != CHAP_DIGEST(go->
chap_mdtype
)) {
1124
if (CHAP_CANDIGEST(go->
chap_mdtype
, cichar)) {
1126
try.
chap_mdtype
= CHAP_MDTYPE_D(cichar);
1129
try.
chap_mdtype
&= ~(
CHAP_MDTYPE
(try.chap_mdtype))
[
all
...]
Completed in 1524 milliseconds