Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dpap.c100 PPP_PAP,
229 auth_withpeer_fail(u->us_unit, PPP_PAP); in upap_timeout()
249 auth_peer_fail(u->us_unit, PPP_PAP); in upap_reqtimeout()
320 auth_withpeer_fail(unit, PPP_PAP); in upap_protrej()
324 auth_peer_fail(unit, PPP_PAP); in upap_protrej()
450 auth_peer_success(u->us_unit, PPP_PAP, ruser, ruserlen); in upap_rauthreq()
453 auth_peer_fail(u->us_unit, PPP_PAP); in upap_rauthreq()
500 auth_withpeer_success(u->us_unit, PPP_PAP); in upap_rauthack()
542 auth_withpeer_fail(u->us_unit, PPP_PAP); in upap_rauthnak()
559 MAKEHEADER(outp, PPP_PAP); in upap_sauthreq()
[all …]
Dlcp.c614 ADDCISHORT(CI_AUTHTYPE, !go->neg_chap && go->neg_upap, PPP_PAP); in lcp_addci()
728 ACKCISHORT(CI_AUTHTYPE, !go->neg_chap && go->neg_upap, PPP_PAP); in lcp_ackci()
885 if (cishort == PPP_PAP && cilen == CILEN_SHORT) { in lcp_nakci()
1187 REJCISHORT(CI_AUTHTYPE, neg_upap, PPP_PAP); in lcp_rejci()
1369 if (cishort == PPP_PAP) { in lcp_reqci()
1410 PUTSHORT(PPP_PAP, nakp); in lcp_reqci()
1451 PUTSHORT(PPP_PAP, nakp); in lcp_reqci()
1834 case PPP_PAP: in lcp_printpkt()
Dppp_impl.h145 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
Dauth.c597 case PPP_PAP: in auth_peer_success()
660 case PPP_PAP: in auth_withpeer_success()
Dppp.c1627 if(!((protocol == PPP_LQR) || (protocol == PPP_PAP) || (protocol == PPP_CHAP)) || in pppInput()