Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dupap.c93 PPP_PAP,
211 auth_withpeer_fail(pcb, PPP_PAP); in upap_timeout()
229 auth_peer_fail(pcb, PPP_PAP); in upap_reqtimeout()
290 auth_withpeer_fail(pcb, PPP_PAP); in upap_protrej()
295 auth_peer_fail(pcb, PPP_PAP); in upap_protrej()
443 auth_peer_success(pcb, PPP_PAP, 0, ruser, ruserlen); in upap_rauthreq()
447 auth_peer_fail(pcb, PPP_PAP); in upap_rauthreq()
486 auth_withpeer_success(pcb, PPP_PAP, 0); in upap_rauthack()
522 auth_withpeer_fail(pcb, PPP_PAP); in upap_rauthnak()
545 MAKEHEADER(outp, PPP_PAP); in upap_sauthreq()
[all …]
Dlcp.c906 ADDCISHORT(CI_AUTHTYPE, !go->neg_eap && !go->neg_chap && go->neg_upap, PPP_PAP); in lcp_addci()
909 ADDCISHORT(CI_AUTHTYPE, !go->neg_eap && go->neg_upap, PPP_PAP); in lcp_addci()
912 ADDCISHORT(CI_AUTHTYPE, !go->neg_chap && go->neg_upap, PPP_PAP); in lcp_addci()
915 ADDCISHORT(CI_AUTHTYPE, go->neg_upap, PPP_PAP); in lcp_addci()
1080 ACKCISHORT(CI_AUTHTYPE, !go->neg_eap && !go->neg_chap && go->neg_upap, PPP_PAP); in lcp_ackci()
1083 ACKCISHORT(CI_AUTHTYPE, !go->neg_eap && go->neg_upap, PPP_PAP); in lcp_ackci()
1086 ACKCISHORT(CI_AUTHTYPE, !go->neg_chap && go->neg_upap, PPP_PAP); in lcp_ackci()
1089 ACKCISHORT(CI_AUTHTYPE, go->neg_upap, PPP_PAP); in lcp_ackci()
1290 if (cishort == PPP_PAP && cilen == CILEN_SHORT) { in lcp_nakci()
1770 REJCISHORT(CI_AUTHTYPE, neg_upap, PPP_PAP); in lcp_rejci()
[all …]
Dauth.c1075 case PPP_PAP: in auth_peer_success()
1163 case PPP_PAP: in auth_withpeer_success()
Dppp.c818 || protocol == PPP_PAP in ppp_input()
/third_party/FreeBSD/sys/net/
Dppp_defs.h75 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro
/third_party/lwip/src/include/netif/ppp/
Dppp_impl.h124 #define PPP_PAP 0xc023 /* Password Authentication Protocol */ macro