Home
last modified time | relevance | path

Searched refs:CHAP_DIGEST (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/
A Dchap-new.h84 #define CHAP_DIGEST(mdtype) \ macro
90 #define CHAP_DIGEST(mdtype) \ macro
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/
A Dchap-new.h84 #define CHAP_DIGEST(mdtype) \ macro
90 #define CHAP_DIGEST(mdtype) \ macro
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dlcp.c856 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 …]
A Dauth.c816 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