Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dchap-new.c268 auth_peer_fail(0, PPP_CHAP); in chap_timeout()
289 MAKEHEADER(p, PPP_CHAP); in chap_generate_challenge()
364 MAKEHEADER(p, PPP_CHAP); in chap_handle_response()
378 auth_peer_fail(0, PPP_CHAP); in chap_handle_response()
380 auth_peer_success(0, PPP_CHAP, ss->digest->code, in chap_handle_response()
454 MAKEHEADER(p, PPP_CHAP); in chap_respond()
506 auth_withpeer_success(0, PPP_CHAP, cs->digest->code); in chap_handle_status()
509 auth_withpeer_fail(0, PPP_CHAP); in chap_handle_status()
556 auth_peer_fail(0, PPP_CHAP); in chap_protrej()
560 auth_withpeer_fail(0, PPP_CHAP); in chap_protrej()
[all …]
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:
Dauth.c913 case PPP_CHAP:
989 case PPP_CHAP:
Dmain.c1059 || protocol == PPP_PAP || protocol == PPP_CHAP || in get_input()
/external/libpcap/
Dppp.h58 #define PPP_CHAP 0xc223 /* Challenge Handshake Authentication Protocol */ macro
/external/tcpdump/
Dppp.h64 #define PPP_CHAP 0xc223 /* Challenge Handshake Authentication Protocol */ macro
Dprint-ppp.c103 { PPP_CHAP, "CHAP" },
650 case PPP_CHAP: in print_lcp_config_options()
1354 case PPP_CHAP: in handle_ppp()
Dprint-juniper.c733 case PPP_CHAP : in juniper_ppp_heuristic_guess()
/external/ppp/pppd/include/net/
Dppp_defs.h94 #define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */ macro
/external/kernel-headers/original/linux/
Dppp_defs.h89 #define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */ macro