| /components/net/lwip/lwip-2.1.2/src/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 | 822 || protocol == PPP_CHAP in ppp_input()
|
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | chap.c | 119 PPP_CHAP, 243 auth_peer_fail(cstate->unit, PPP_CHAP); in ChapChallengeTimeout() 349 auth_peer_fail(unit, PPP_CHAP); in ChapProtocolReject() 353 …auth_withpeer_fail(unit, PPP_CHAP); /* lwip: just sets the PPP error code on this unit to PPPERR_A… in ChapProtocolReject() 624 auth_peer_success(cstate->unit, PPP_CHAP, rhostname, len); in ChapReceiveResponse() 632 auth_peer_fail(cstate->unit, PPP_CHAP); in ChapReceiveResponse() 670 auth_withpeer_success(cstate->unit, PPP_CHAP); in ChapReceiveSuccess() 702 …auth_withpeer_fail(cstate->unit, PPP_CHAP); /* lwip: just sets the PPP error code on this unit to … in ChapReceiveFailure() 721 MAKEHEADER(outp, PPP_CHAP); /* paste in a CHAP header */ in ChapSendChallenge() 762 MAKEHEADER(outp, PPP_CHAP); /* paste in a header */ in ChapSendStatus() [all …]
|
| A D | lcp.c | 613 ADDCICHAP(CI_AUTHTYPE, go->neg_chap, PPP_CHAP, go->chap_mdtype); in lcp_addci() 727 ACKCICHAP(CI_AUTHTYPE, go->neg_chap, PPP_CHAP, go->chap_mdtype); in lcp_ackci() 896 } else if (cishort == PPP_CHAP && cilen == CILEN_CHAP) { in lcp_nakci() 1185 REJCICHAP(CI_AUTHTYPE, neg_chap, PPP_CHAP, go->chap_mdtype); in lcp_rejci() 1384 PUTSHORT(PPP_CHAP, nakp); in lcp_reqci() 1395 if (cishort == PPP_CHAP) { in lcp_reqci() 1423 PUTSHORT(PPP_CHAP, nakp); in lcp_reqci() 1446 PUTSHORT(PPP_CHAP, nakp); in lcp_reqci() 1837 case PPP_CHAP: in lcp_printpkt()
|
| A D | ppp_impl.h | 147 #define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */ macro
|
| A D | auth.c | 594 case PPP_CHAP: in auth_peer_success() 657 case PPP_CHAP: in auth_withpeer_success()
|
| A D | ppp.c | 1627 if(!((protocol == PPP_LQR) || (protocol == PPP_PAP) || (protocol == PPP_CHAP)) || in pppInput()
|
| /components/net/lwip/lwip-2.0.3/src/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 | 814 || protocol == PPP_CHAP in ppp_input()
|
| /components/net/lwip/lwip-2.1.2/src/include/netif/ppp/ |
| A D | ppp_impl.h | 130 #define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */ macro
|
| /components/net/lwip/lwip-2.0.3/src/include/netif/ppp/ |
| A D | ppp_impl.h | 126 #define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */ macro
|