Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.1.2/src/netif/ppp/
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 …]
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()
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 Dauth.c1055 case PPP_CHAP: in auth_peer_success()
1142 case PPP_CHAP: in auth_withpeer_success()
A Dppp.c822 || protocol == PPP_CHAP in ppp_input()
/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dchap.c119 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 Dlcp.c613 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 Dppp_impl.h147 #define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */ macro
A Dauth.c594 case PPP_CHAP: in auth_peer_success()
657 case PPP_CHAP: in auth_withpeer_success()
A Dppp.c1627 if(!((protocol == PPP_LQR) || (protocol == PPP_PAP) || (protocol == PPP_CHAP)) || in pppInput()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
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 …]
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()
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 Dauth.c1055 case PPP_CHAP: in auth_peer_success()
1142 case PPP_CHAP: in auth_withpeer_success()
A Dppp.c814 || protocol == PPP_CHAP in ppp_input()
/components/net/lwip/lwip-2.1.2/src/include/netif/ppp/
A Dppp_impl.h130 #define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */ macro
/components/net/lwip/lwip-2.0.3/src/include/netif/ppp/
A Dppp_impl.h126 #define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */ macro

Completed in 36 milliseconds