Searched refs:CHAP_DIGEST (Results 1 – 4 of 4) sorted by relevance
84 #define CHAP_DIGEST(mdtype) \ macro90 #define CHAP_DIGEST(mdtype) \ macro
856 PUTCHAR((CHAP_DIGEST(val)), ucp); \ in lcp_addci()1009 if (cichar != (CHAP_DIGEST(val))) \ in lcp_ackci()1330 if (cichar != CHAP_DIGEST(go->chap_mdtype)) { in lcp_nakci()1638 if ((cishort != PPP_CHAP) || (cichar != (CHAP_DIGEST(val)))) \ in lcp_rejci()1656 if ((cishort != PPP_CHAP) || (cichar != (CHAP_DIGEST(val)))) \ in lcp_rejci()1674 if ((cishort != PPP_CHAP) || (cichar != (CHAP_DIGEST(val)))) \ in lcp_rejci()1692 if ((cishort != PPP_CHAP) || (cichar != (CHAP_DIGEST(val)))) \ in lcp_rejci()1982 PUTCHAR(CHAP_DIGEST(ao->chap_mdtype), nakoutp); in lcp_reqci()2036 PUTCHAR(CHAP_DIGEST(ao->chap_mdtype), nakoutp); in lcp_reqci()2066 PUTCHAR(CHAP_DIGEST(ao->chap_mdtype), nakoutp); in lcp_reqci()[all …]
816 chap_auth_peer(pcb, PPP_OUR_NAME, CHAP_DIGEST(go->chap_mdtype)); in link_established()837 chap_auth_with_peer(pcb, pcb->settings.user, CHAP_DIGEST(ho->chap_mdtype)); in link_established()
Completed in 10 milliseconds