HomeSort by relevance Sort by last modified time
    Searched refs:PPP_EAP (Results 1 - 7 of 7) sorted by null

  /external/tcpdump/
ppp.h 69 #define PPP_EAP 0xc227
print-ppp.c 104 { PPP_EAP, "EAP" },
655 case PPP_EAP:
    [all...]
  /external/ppp/pppd/include/net/
ppp_defs.h 96 #define PPP_EAP 0xc227 /* Extensible Authentication Protocol */
  /external/ppp/pppd/
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...]
lcp.c 742 ADDCISHORT(CI_AUTHTYPE, go->neg_eap, PPP_EAP);
891 ACKCISHORT(CI_AUTHTYPE, go->neg_eap, PPP_EAP);
1130 if (cishort == PPP_EAP && cilen == CILEN_SHORT && go->neg_eap)
    [all...]
auth.c 932 case PPP_EAP:
1010 case PPP_EAP:
    [all...]
main.c 1060 protocol == PPP_EAP)) {
    [all...]

Completed in 175 milliseconds