Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
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 …]
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()
Dppp_impl.h147 #define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */ macro
Dauth.c594 case PPP_CHAP: in auth_peer_success()
657 case PPP_CHAP: in auth_withpeer_success()
Dppp.c1627 if(!((protocol == PPP_LQR) || (protocol == PPP_PAP) || (protocol == PPP_CHAP)) || in pppInput()