Searched refs:PPP_CHAP (Results 1 - 10 of 10) sorted by relevance

/external/libpcap/
H A Dppp.h58 #define PPP_CHAP 0xc223 /* Challenge Handshake Authentication Protocol */ macro
/external/ppp/pppd/
H A Dchap-new.c268 auth_peer_fail(0, PPP_CHAP);
289 MAKEHEADER(p, PPP_CHAP);
364 MAKEHEADER(p, PPP_CHAP);
378 auth_peer_fail(0, PPP_CHAP);
380 auth_peer_success(0, PPP_CHAP, ss->digest->code,
454 MAKEHEADER(p, PPP_CHAP);
506 auth_withpeer_success(0, PPP_CHAP, cs->digest->code);
509 auth_withpeer_fail(0, PPP_CHAP);
556 auth_peer_fail(0, PPP_CHAP);
560 auth_withpeer_fail(0, PPP_CHAP);
[all...]
H A Dlcp.c707 PUTSHORT(PPP_CHAP, ucp); \
833 if (cishort != PPP_CHAP) \
1087 } else if (cishort == PPP_CHAP && cilen == CILEN_CHAP) {
1371 if ((cishort != PPP_CHAP) || (cichar != (CHAP_DIGEST(val)))) \
1616 PUTSHORT(PPP_CHAP, nakp);
1624 if (cishort == PPP_CHAP) {
1652 PUTSHORT(PPP_CHAP, nakp);
1672 PUTSHORT(PPP_CHAP, nakp);
1697 PUTSHORT(PPP_CHAP, nakp);
2037 case PPP_CHAP
[all...]
H A Dauth.c913 case PPP_CHAP:
989 case PPP_CHAP:
H A Dmain.c1059 || protocol == PPP_PAP || protocol == PPP_CHAP ||
/external/tcpdump/
H A Dppp.h64 #define PPP_CHAP 0xc223 /* Challenge Handshake Authentication Protocol */ macro
H A Dprint-ppp.c103 { PPP_CHAP, "CHAP" },
650 case PPP_CHAP:
1354 case PPP_CHAP:
H A Dprint-juniper.c733 case PPP_CHAP :
/external/ppp/pppd/include/net/
H A Dppp_defs.h94 #define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */ macro
/external/kernel-headers/original/linux/
H A Dppp_defs.h89 #define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */ macro

Completed in 125 milliseconds