Home
last modified time | relevance | path

Searched refs:PPP_AUTH_EAP (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/npppd/npppd/
H A Dlcp.c186 case PPP_AUTH_EAP: return "EAP"; in lcp_auth_string()
210 peer_auth = PPP_AUTH_EAP; in lcp_open()
357 case PPP_AUTH_EAP: in lcp_add_auth()
362 PUTSHORT(PPP_AUTH_EAP, ucp); in lcp_add_auth()
364 _this->lastauth = PPP_AUTH_EAP; in lcp_add_auth()
606 case PPP_AUTH_EAP: in lcp_ackci()
692 case PPP_AUTH_EAP: in lcp_nakci()
735 case PPP_AUTH_EAP: in lcp_nakci()
847 case PPP_AUTH_EAP: in lcp_rejci()
1313 case PPP_AUTH_EAP: in lcp_proxy_sent_ci()
H A Dppp.h64 #define PPP_AUTH_EAP 0xc227 /* Extensible Authentication Protocol */ macro
645 ((ppp)->peer_auth == PPP_AUTH_EAP)))
H A Dppp.c90 #define AUTH_IS_EAP(ppp) ((ppp)->peer_auth == PPP_AUTH_EAP)
453 case PPP_AUTH_EAP: return "EAP"; in ppp_peer_auth_string()