Home
last modified time | relevance | path

Searched refs:PPP_CHAP (Results 1 – 5 of 5) sorted by relevance

/reactos/drivers/network/tcpip/lwip/src/netif/ppp/
H A Dchap-new.c235 auth_peer_fail(pcb, PPP_CHAP); in chap_timeout()
262 MAKEHEADER(p, PPP_CHAP); in chap_generate_challenge()
357 MAKEHEADER(outp, PPP_CHAP);
390 auth_peer_fail(pcb, PPP_CHAP);
393 auth_peer_success(pcb, PPP_CHAP,
475 MAKEHEADER(outp, PPP_CHAP);
527 auth_withpeer_success(pcb, PPP_CHAP, pcb->chap_client.digest->code);
531 auth_withpeer_fail(pcb, PPP_CHAP);
575 auth_peer_fail(pcb, PPP_CHAP);
581 auth_withpeer_fail(pcb, PPP_CHAP);
[all …]
H A Dlcp.c855 PUTSHORT(PPP_CHAP, ucp); \ in lcp_addci()
1006 if (cishort != PPP_CHAP) \ in lcp_ackci()
1314 if (cishort == PPP_CHAP && cilen == CILEN_CHAP) { in lcp_nakci()
1642 if ((cishort != PPP_CHAP) || (cichar != (CHAP_DIGEST(val)))) \ in lcp_rejci()
1660 if ((cishort != PPP_CHAP) || (cichar != (CHAP_DIGEST(val)))) \ in lcp_rejci()
1985 PUTSHORT(PPP_CHAP, nakoutp); in lcp_reqci()
1998 if (cishort == PPP_CHAP) { in lcp_reqci()
2039 PUTSHORT(PPP_CHAP, nakoutp); in lcp_reqci()
2069 PUTSHORT(PPP_CHAP, nakoutp); in lcp_reqci()
2105 PUTSHORT(PPP_CHAP, nakoutp); in lcp_reqci()
[all …]
H A Dauth.c1056 case PPP_CHAP: in auth_peer_success()
1144 case PPP_CHAP: in auth_withpeer_success()
H A Dppp.c826 || protocol == PPP_CHAP in ppp_input()
/reactos/drivers/network/tcpip/lwip/src/include/netif/ppp/
H A Dppp_impl.h132 #define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */ macro