Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
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 …]
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()
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()
1981 PUTSHORT(PPP_CHAP, nakoutp); in lcp_reqci()
1994 if (cishort == PPP_CHAP) { in lcp_reqci()
2035 PUTSHORT(PPP_CHAP, nakoutp); in lcp_reqci()
[all …]
Dauth.c1055 case PPP_CHAP: in auth_peer_success()
1142 case PPP_CHAP: in auth_withpeer_success()
Dppp.c821 || protocol == PPP_CHAP in ppp_input()
/third_party/FreeBSD/sys/net/
Dppp_defs.h77 #define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */ macro
/third_party/lwip/src/include/netif/ppp/
Dppp_impl.h130 #define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */ macro