HomeSort by: relevance | last modified time | path
    Searched refs:CHAP_MDTYPE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
chap.h 79 #define CHAP_MDTYPE(mdtype) ((mdtype) ^ ((mdtype) - 1)) & (mdtype)
lcp.c 381 ao->chap_mdtype = chap_mdtype_all;
760 ADDCICHAP(CI_AUTHTYPE, !go->neg_eap && go->neg_chap, go->chap_mdtype);
906 ACKCICHAP(CI_AUTHTYPE, !go->neg_eap && go->neg_chap, go->chap_mdtype);
1103 if (CHAP_CANDIGEST(go->chap_mdtype, cichar))
1104 try.chap_mdtype = CHAP_MDTYPE_D(cichar);
1110 if (cichar != CHAP_DIGEST(go->chap_mdtype)) {
1111 if (CHAP_CANDIGEST(go->chap_mdtype, cichar)) {
1113 try.chap_mdtype = CHAP_MDTYPE_D(cichar);
1116 try.chap_mdtype &= ~(CHAP_MDTYPE(try.chap_mdtype))
    [all...]

Completed in 17 milliseconds