Searched refs:PPP_EAP (Results 1 – 7 of 7) sorted by relevance
/external/ppp/pppd/ |
D | eap.c | 123 PPP_EAP, /* protocol number */ 228 auth_withpeer_fail(esp->es_unit, PPP_EAP); 272 MAKEHEADER(outp, PPP_EAP); 282 auth_peer_fail(esp->es_unit, PPP_EAP); 297 MAKEHEADER(outp, PPP_EAP); 306 auth_peer_success(esp->es_unit, PPP_EAP, 0, 685 MAKEHEADER(outp, PPP_EAP); 1029 auth_withpeer_fail(unit, PPP_EAP); 1033 auth_peer_fail(unit, PPP_EAP); 1054 MAKEHEADER(outp, PPP_EAP); [all …]
|
D | lcp.c | 765 ADDCISHORT(CI_AUTHTYPE, go->neg_eap, PPP_EAP); 914 ACKCISHORT(CI_AUTHTYPE, go->neg_eap, PPP_EAP); 1153 if (cishort == PPP_EAP && cilen == CILEN_SHORT && go->neg_eap) 1460 REJCISHORT(CI_AUTHTYPE, neg_eap, PPP_EAP); 1636 PUTSHORT(PPP_EAP, nakp); 1660 PUTSHORT(PPP_EAP, nakp); 1683 if (cishort == PPP_EAP) { 1717 PUTSHORT(PPP_EAP, nakp); 2081 case PPP_EAP:
|
D | auth.c | 959 case PPP_EAP: 1040 case PPP_EAP:
|
D | main.c | 1101 protocol == PPP_EAP)) { in get_input()
|
/external/tcpdump/ |
D | ppp.h | 68 #define PPP_EAP 0xc227 macro
|
D | print-ppp.c | 99 { PPP_EAP, "EAP" }, 658 case PPP_EAP: in print_lcp_config_options()
|
/external/ppp/pppd/include/net/ |
D | ppp_defs.h | 106 #define PPP_EAP 0xc227 /* Extensible Authentication Protocol */ macro
|