Searched refs:PPP_CHAP (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | chap-new.c | 235 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 …]
|
A D | lcp.c | 855 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() 1981 PUTSHORT(PPP_CHAP, nakoutp); in lcp_reqci() 1994 if (cishort == PPP_CHAP) { in lcp_reqci() 2035 PUTSHORT(PPP_CHAP, nakoutp); in lcp_reqci() 2065 PUTSHORT(PPP_CHAP, nakoutp); in lcp_reqci() 2101 PUTSHORT(PPP_CHAP, nakoutp); in lcp_reqci() [all …]
|
A D | auth.c | 1055 case PPP_CHAP: in auth_peer_success() 1142 case PPP_CHAP: in auth_withpeer_success()
|
A D | ppp.c | 813 || protocol == PPP_CHAP in ppp_input()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/ |
A D | ppp_impl.h | 126 #define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */ macro
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/ |
A D | ppp_impl.h | 126 #define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */ macro
|
Completed in 15 milliseconds