Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dchap-new.c267 auth_peer_fail(0, PPP_CHAP); in chap_timeout()
288 MAKEHEADER(p, PPP_CHAP); in chap_generate_challenge()
360 MAKEHEADER(p, PPP_CHAP); in chap_handle_response()
390 auth_peer_fail(0, PPP_CHAP); in chap_handle_response()
393 auth_peer_success(0, PPP_CHAP, in chap_handle_response()
469 MAKEHEADER(p, PPP_CHAP); in chap_respond()
521 auth_withpeer_success(0, PPP_CHAP, cs->digest->code); in chap_handle_status()
525 auth_withpeer_fail(0, PPP_CHAP); in chap_handle_status()
572 auth_peer_fail(0, PPP_CHAP); in chap_protrej()
577 auth_withpeer_fail(0, PPP_CHAP); in chap_protrej()
[all …]
Dlcp.c730 PUTSHORT(PPP_CHAP, ucp); \
856 if (cishort != PPP_CHAP) \
1110 } else if (cishort == PPP_CHAP && cilen == CILEN_CHAP) {
1394 if ((cishort != PPP_CHAP) || (cichar != (CHAP_DIGEST(val)))) \
1639 PUTSHORT(PPP_CHAP, nakp);
1647 if (cishort == PPP_CHAP) {
1675 PUTSHORT(PPP_CHAP, nakp);
1695 PUTSHORT(PPP_CHAP, nakp);
1720 PUTSHORT(PPP_CHAP, nakp);
2061 case PPP_CHAP:
Dauth.c940 case PPP_CHAP:
1017 case PPP_CHAP:
Dmain.c1126 || protocol == PPP_PAP || protocol == PPP_CHAP || in get_input()
/external/libpcap/
Dppp.h57 #define PPP_CHAP 0xc223 /* Challenge Handshake Authentication Protocol */ macro
/external/tcpdump/
Dppp.h63 #define PPP_CHAP 0xc223 /* Challenge Handshake Authentication Protocol */ macro
Dprint-ppp.c97 { PPP_CHAP, "CHAP" },
652 case PPP_CHAP: in print_lcp_config_options()
1453 case PPP_CHAP: in handle_ppp()
Dprint-juniper.c1034 case PPP_CHAP : in juniper_ppp_heuristic_guess()
/external/kernel-headers/original/uapi/linux/
Dppp_defs.h59 #define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */ macro
/external/ppp/pppd/include/net/
Dppp_defs.h100 #define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */ macro